#666611

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

Shades of Fiji Green #666611

Tints of Fiji Green #666611

Color information

#666611 (or 0x666611) is unknown color: approx Fiji Green. HEX triplet: 66, 66 and 11. RGB value is (102,102,17). Sum of RGB (Red+Green+Blue) = 102+102+17=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666611 is #9999EE. Grayscale: #5C5C5C. Windows color (decimal): -10066415 or 1140326. OLE color: 1140326.

HSL color Cylindrical-coordinate representation of color #666611: hue angle of 60º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #666611 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB10210217-
CMYK000.830.6
HSL60º71.43%23.33%-
HSV(B)60º83.33%40%-
XYZ10.3312.372.37-
YUV92.3185.5134.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 102 (40.23% from 255) = 46.15%
BLUE value IS 17 (7.03% from 255) = 7.69%
R=46.15%
G=46.15%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210217000.830.66071.4323.33
Hex66661100533C3c4717
Octal1461462100123747410727
Binary1100110110011010001001010011111100111100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666611; }

 p { color: rgb(102,102,17); }

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

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

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

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

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

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

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