#666106

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

Shades of Fiji Green #666106

Tints of Fiji Green #666106

Color information

#666106 (or 0x666106) is unknown color: approx Fiji Green. HEX triplet: 66, 61 and 06. RGB value is (102,97,6). Sum of RGB (Red+Green+Blue) = 102+97+6=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #666106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666106 is #999EF9. Grayscale: #585858. Windows color (decimal): -10067706 or 418150. OLE color: 418150.

HSL color Cylindrical-coordinate representation of color #666106: hue angle of 56.88º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #666106 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.6.

Color convert

RGB102976-
CMYK00.050.940.6
HSL56.88º88.89%21.18%-
HSV(B)56.88º94.12%40%-
XYZ9.7911.391.85-
YUV88.1281.66137.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=49.76%
G=47.32%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10297600.050.940.656.8888.8921.18
Hex66616055E3C395915
Octal146141605136747113125
Binary1100110110000111001011011110111100111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666106; }

 p { color: rgb(102,97,6); }

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

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

 a { background-color: rgb(102,97,6); }

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

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

 span { border-color: rgb(102,97,6); }

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