Shades of Fiji Green #606720
Tints of Fiji Green #606720
RGB
CMYK
RGB Variations
Color information
#606720 (or 0x606720) is known color: Fiji Green. HEX triplet: 60, 67 and 20. RGB value is (96,103,32). Sum of RGB (Red+Green+Blue) = 96+103+32=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #606720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606720 is #9F98DF. Grayscale: #5D5D5D. Windows color (decimal): -10459360 or 2123616. OLE color: 2123616.
HSL color Cylindrical-coordinate representation of color #606720: hue angle of 65.92º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #606720 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 32 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.60 |
| HSL | 65.92º | 0.53% | 0.26% | - |
| HSV(B) | 65.92º | 0.69% | 0.4% | - |
| XYZ | 9.93 | 12.29 | 3.22 | - |
| YUV | 92.81 | 93.68 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 32 | 0.07 | 0 | 0.69 | 0.60 | 65.92 | 0.53 | 0.26 |
| Hex | 60 | 67 | 20 | 7 | 0 | 45 | 3C | 42 | 35 | 1A |
| Octal | 140 | 147 | 40 | 7 | 0 | 105 | 74 | 102 | 65 | 32 |
| Binary | 1100000 | 1100111 | 100000 | 111 | 0 | 1000101 | 111100 | 1000010 | 110101 | 11010 |
Color Harmonies of #606720
Complementary color
Monochromatic Colors of #606720
Black with #606720
Text Example
Text Example
White with #606720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606720; }
p { color: rgb(96,103,32); }
H1.HeaderClassName
{
color: #606720;
}
.AnyTagClassName
{
color: #606720;
}
</style>
background-color css
<style>
a { background-color: #606720; }
a { background-color: rgb(96,103,32); }
div.DivClassName
{
background-color: #606720;
}
.BgClassName
{
background-color: #606720;
}
</style>
border-color css
<style>
span { border-color: #606720; }
span { border-color: rgb(96,103,32); }
td.TdClassName
{
border-color: #606720;
}
.TagClassName
{
border-color: #606720;
}
</style>