Shades of Fiji Green #606621
Tints of Fiji Green #606621
RGB
CMYK
RGB Variations
Color information
#606621 (or 0x606621) is known color: Fiji Green. HEX triplet: 60, 66 and 21. RGB value is (96,102,33). Sum of RGB (Red+Green+Blue) = 96+102+33=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #606621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606621 is #9F99DE. Grayscale: #5C5C5C. Windows color (decimal): -10459615 or 2188896. OLE color: 2188896.
HSL color Cylindrical-coordinate representation of color #606621: hue angle of 65.22º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #606621 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 102 | 33 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.6 |
| HSL | 65.22º | 0.51% | 0.26% | - |
| HSV(B) | 65.22º | 0.68% | 0.4% | - |
| XYZ | 9.85 | 12.1 | 3.26 | - |
| YUV | 92.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 33 | 0.06 | 0 | 0.68 | 0.6 | 65.22 | 0.51 | 0.26 |
| Hex | 60 | 66 | 21 | 6 | 0 | 44 | 3C | 41 | 33 | 1A |
| Octal | 140 | 146 | 41 | 6 | 0 | 104 | 74 | 101 | 63 | 32 |
| Binary | 1100000 | 1100110 | 100001 | 110 | 0 | 1000100 | 111100 | 1000001 | 110011 | 11010 |
Color Harmonies of #606621
Complementary color
Monochromatic Colors of #606621
Black with #606621
Text Example
Text Example
White with #606621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606621; }
p { color: rgb(96,102,33); }
H1.HeaderClassName
{
color: #606621;
}
.AnyTagClassName
{
color: #606621;
}
</style>
background-color css
<style>
a { background-color: #606621; }
a { background-color: rgb(96,102,33); }
div.DivClassName
{
background-color: #606621;
}
.BgClassName
{
background-color: #606621;
}
</style>
border-color css
<style>
span { border-color: #606621; }
span { border-color: rgb(96,102,33); }
td.TdClassName
{
border-color: #606621;
}
.TagClassName
{
border-color: #606621;
}
</style>