#699F18

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

Shades of Christi #699F18

Tints of Christi #699F18

Color information

#699F18 (or 0x699F18) is unknown color: approx Christi. HEX triplet: 69, 9F and 18. RGB value is (105,159,24). Sum of RGB (Red+Green+Blue) = 105+159+24=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 159 (62.5% from 255 or 55.21% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 159 - color contains mainly: green. Hex color #699F18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699F18 is #9660E7. Grayscale: #7F7F7F. Windows color (decimal): -9855208 or 1613673. OLE color: 1613673.

HSL color Cylindrical-coordinate representation of color #699F18: hue angle of 84º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #699F18 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB10515924-
CMYK0.3400.850.38
HSL84º73.77%35.88%-
HSV(B)84º84.91%62.35%-
XYZ18.3927.875.27-
YUV127.4669.61111.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 159 (62.5% from 255) = 55.21%
BLUE value IS 24 (9.77% from 255) = 8.33%
R=36.46%
G=55.21%
B=8.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105159240.3400.850.388473.7735.88
Hex699F182205526544a24
Octal151237304201254612411244
Binary110100110011111110001000100101010110011010101001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699F18; }

 p { color: rgb(105,159,24); }

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

<style>
 a { background-color: #699F18; }

 a { background-color: rgb(105,159,24); }

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

<style>
 span { border-color: #699F18; }

 span { border-color: rgb(105,159,24); }

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