#69aa24

Color #69AA24 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #69AA24

Tints of Christi #69AA24

Color information

#69AA24 (or 0x69AA24) is unknown color: approx Christi. HEX triplet: 69, AA and 24. RGB value is (105,170,36). Sum of RGB (Red+Green+Blue) = 105+170+36=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AA24 is #9655DB. Grayscale: #878787. Windows color (decimal): -9852380 or 2402921. OLE color: 2402921.

HSL color Cylindrical-coordinate representation of color #69AA24: hue angle of 89.1º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69AA24 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB10517036-
CMYK0.3800.790.33
HSL89.1º65.05%40.39%-
HSV(B)89.1º78.82%66.67%-
XYZ20.5231.886.74-
YUV135.2971.97106.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 170 (66.80% from 255) = 54.66%
BLUE value IS 36 (14.45% from 255) = 11.58%
R=33.76%
G=54.66%
B=11.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105170360.3800.790.3389.165.0540.39
Hex69AA242604F21594128
Octal151252444601174113110150
Binary1101001101010101001001001100100111110000110110011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69aa24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69aa24; }

 p { color: rgb(105,170,36); }

 H1.HeaderClassName
 {
   color: #69aa24;
 }
 .AnyTagClassName
 {
   color: #69aa24;
 }
</style>
background-color css

<style>
 a { background-color: #69aa24; }

 a { background-color: rgb(105,170,36); }

 div.DivClassName
 {
   background-color: #69aa24;
 }
 .BgClassName
 {
   background-color: #69aa24;
 }
</style>
border-color css

<style>
 span { border-color: #69aa24; }

 span { border-color: rgb(105,170,36); }

 td.TdClassName
 {
   border-color: #69aa24;
 }
 .TagClassName
 {
   border-color: #69aa24;
 }
</style>