#69AB05

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

Shades of Christi #69AB05

Tints of Christi #69AB05

Color information

#69AB05 (or 0x69AB05) is unknown color: approx Christi. HEX triplet: 69, AB and 05. RGB value is (105,171,5). Sum of RGB (Red+Green+Blue) = 105+171+5=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 171 (67.19% from 255 or 60.85% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69AB05 is #9654FA. Grayscale: #848484. Windows color (decimal): -9852155 or 371561. OLE color: 371561.

HSL color Cylindrical-coordinate representation of color #69AB05: hue angle of 83.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69AB05 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1051715-
CMYK0.3900.970.33
HSL83.86º94.32%34.51%-
HSV(B)83.86º97.08%67.06%-
XYZ20.4232.145.27-
YUV132.3456.13108.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 171 (67.19% from 255) = 60.85%
BLUE value IS 5 (2.34% from 255) = 1.78%
R=37.37%
G=60.85%
B=1.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10517150.3900.970.3383.8694.3234.51
Hex69AB52706121545e23
Octal15125354701414112413643
Binary1101001101010111011001110110000110000110101001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,171,5); }

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

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

 a { background-color: rgb(105,171,5); }

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

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

 span { border-color: rgb(105,171,5); }

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