#666918

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

Shades of Fiji Green #666918

Tints of Fiji Green #666918

Color information

#666918 (or 0x666918) is unknown color: approx Fiji Green. HEX triplet: 66, 69 and 18. RGB value is (102,105,24). Sum of RGB (Red+Green+Blue) = 102+105+24=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #666918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666918 is #9996E7. Grayscale: #5F5F5F. Windows color (decimal): -10065640 or 1599846. OLE color: 1599846.

HSL color Cylindrical-coordinate representation of color #666918: hue angle of 62.22º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #666918 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB10210524-
CMYK0.0300.770.59
HSL62.22º62.79%25.29%-
HSV(B)62.22º77.14%41.18%-
XYZ10.712.992.81-
YUV94.8788.01133.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=44.16%
G=45.45%
B=10.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105240.0300.770.5962.2262.7925.29
Hex666918304D3B3e3f19
Octal146151303011573767731
Binary1100110110100111000110100110111101111111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666918; }

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

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

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

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

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

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

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

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