Shades of Fiji Green #666820
Tints of Fiji Green #666820
RGB
CMYK
RGB Variations
Color information
#666820 (or 0x666820) is known color: Fiji Green. HEX triplet: 66, 68 and 20. RGB value is (102,104,32). Sum of RGB (Red+Green+Blue) = 102+104+32=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #666820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666820 is #9997DF. Grayscale: #5F5F5F. Windows color (decimal): -10065888 or 2123878. OLE color: 2123878.
HSL color Cylindrical-coordinate representation of color #666820: hue angle of 61.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #666820 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 32 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.59 |
| HSL | 61.67º | 0.53% | 0.27% | - |
| HSV(B) | 61.67º | 0.69% | 0.41% | - |
| XYZ | 10.69 | 12.83 | 3.28 | - |
| YUV | 95.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 32 | 0.02 | 0 | 0.69 | 0.59 | 61.67 | 0.53 | 0.27 |
| Hex | 66 | 68 | 20 | 2 | 0 | 45 | 3B | 3E | 35 | 1B |
| Octal | 146 | 150 | 40 | 2 | 0 | 105 | 73 | 76 | 65 | 33 |
| Binary | 1100110 | 1101000 | 100000 | 10 | 0 | 1000101 | 111011 | 111110 | 110101 | 11011 |
Color Harmonies of #666820
Complementary color
Monochromatic Colors of #666820
Black with #666820
Text Example
Text Example
White with #666820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666820; }
p { color: rgb(102,104,32); }
H1.HeaderClassName
{
color: #666820;
}
.AnyTagClassName
{
color: #666820;
}
</style>
background-color css
<style>
a { background-color: #666820; }
a { background-color: rgb(102,104,32); }
div.DivClassName
{
background-color: #666820;
}
.BgClassName
{
background-color: #666820;
}
</style>
border-color css
<style>
span { border-color: #666820; }
span { border-color: rgb(102,104,32); }
td.TdClassName
{
border-color: #666820;
}
.TagClassName
{
border-color: #666820;
}
</style>