Shades of Fiji Green #606421
Tints of Fiji Green #606421
RGB
CMYK
RGB Variations
Color information
#606421 (or 0x606421) is known color: Fiji Green. HEX triplet: 60, 64 and 21. RGB value is (96,100,33). Sum of RGB (Red+Green+Blue) = 96+100+33=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #606421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606421 is #9F9BDE. Grayscale: #5B5B5B. Windows color (decimal): -10460127 or 2188384. OLE color: 2188384.
HSL color Cylindrical-coordinate representation of color #606421: hue angle of 63.58º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #606421 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 100 | 33 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.61 |
| HSL | 63.58º | 0.5% | 0.26% | - |
| HSV(B) | 63.58º | 0.67% | 0.39% | - |
| XYZ | 9.66 | 11.71 | 3.19 | - |
| YUV | 91.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 33 | 0.04 | 0 | 0.67 | 0.61 | 63.58 | 0.5 | 0.26 |
| Hex | 60 | 64 | 21 | 4 | 0 | 43 | 3D | 40 | 32 | 1A |
| Octal | 140 | 144 | 41 | 4 | 0 | 103 | 75 | 100 | 62 | 32 |
| Binary | 1100000 | 1100100 | 100001 | 100 | 0 | 1000011 | 111101 | 1000000 | 110010 | 11010 |
Color Harmonies of #606421
Complementary color
Monochromatic Colors of #606421
Black with #606421
Text Example
Text Example
White with #606421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606421; }
p { color: rgb(96,100,33); }
H1.HeaderClassName
{
color: #606421;
}
.AnyTagClassName
{
color: #606421;
}
</style>
background-color css
<style>
a { background-color: #606421; }
a { background-color: rgb(96,100,33); }
div.DivClassName
{
background-color: #606421;
}
.BgClassName
{
background-color: #606421;
}
</style>
border-color css
<style>
span { border-color: #606421; }
span { border-color: rgb(96,100,33); }
td.TdClassName
{
border-color: #606421;
}
.TagClassName
{
border-color: #606421;
}
</style>