#666808

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

Shades of Fiji Green #666808

Tints of Fiji Green #666808

Color information

#666808 (or 0x666808) is unknown color: approx Fiji Green. HEX triplet: 66, 68 and 08. RGB value is (102,104,8). Sum of RGB (Red+Green+Blue) = 102+104+8=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #666808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666808 is #9997F7. Grayscale: #5C5C5C. Windows color (decimal): -10065912 or 551014. OLE color: 551014.

HSL color Cylindrical-coordinate representation of color #666808: hue angle of 61.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #666808 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB1021048-
CMYK0.0200.920.59
HSL61.25º85.71%21.96%-
HSV(B)61.25º92.31%40.78%-
XYZ10.4712.742.14-
YUV92.4680.34134.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 104 (41.02% from 255) = 48.60%
BLUE value IS 8 (3.52% from 255) = 3.74%
R=47.66%
G=48.60%
B=3.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10210480.0200.920.5961.2585.7121.96
Hex66688205C3B3d5616
Octal1461501020134737512626
Binary1100110110100010001001011100111011111101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666808; }

 p { color: rgb(102,104,8); }

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

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

 a { background-color: rgb(102,104,8); }

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

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

 span { border-color: rgb(102,104,8); }

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