#696C18

Color #696C18 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #696C18

Tints of Fiji Green #696C18

Color information

#696C18 (or 0x696C18) is unknown color: approx Fiji Green. HEX triplet: 69, 6C and 18. RGB value is (105,108,24). Sum of RGB (Red+Green+Blue) = 105+108+24=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 108 - color contains mainly: green. Hex color #696C18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696C18 is #9693E7. Grayscale: #616161. Windows color (decimal): -9868264 or 1600617. OLE color: 1600617.

HSL color Cylindrical-coordinate representation of color #696C18: hue angle of 62.14º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #696C18 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB10510824-
CMYK0.0300.780.58
HSL62.14º63.64%25.88%-
HSV(B)62.14º77.78%42.35%-
XYZ11.3513.792.93-
YUV97.5386.51133.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 108 (42.58% from 255) = 45.57%
BLUE value IS 24 (9.77% from 255) = 10.13%
R=44.30%
G=45.57%
B=10.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105108240.0300.780.5862.1463.6425.88
Hex696C18304E3A3e401a
Octal1511543030116727610032
Binary11010011101100110001101001110111010111110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696C18; }

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

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

<style>
 a { background-color: #696C18; }

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

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

<style>
 span { border-color: #696C18; }

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

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