Shades of Fiji Green #606521
Tints of Fiji Green #606521
RGB
CMYK
RGB Variations
Color information
#606521 (or 0x606521) is known color: Fiji Green. HEX triplet: 60, 65 and 21. RGB value is (96,101,33). Sum of RGB (Red+Green+Blue) = 96+101+33=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #606521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606521 is #9F9ADE. Grayscale: #5C5C5C. Windows color (decimal): -10459871 or 2188640. OLE color: 2188640.
HSL color Cylindrical-coordinate representation of color #606521: hue angle of 64.41º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #606521 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 101 | 33 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.60 |
| HSL | 64.41º | 0.51% | 0.26% | - |
| HSV(B) | 64.41º | 0.67% | 0.4% | - |
| XYZ | 9.75 | 11.9 | 3.22 | - |
| YUV | 91.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 33 | 0.05 | 0 | 0.67 | 0.60 | 64.41 | 0.51 | 0.26 |
| Hex | 60 | 65 | 21 | 5 | 0 | 43 | 3C | 40 | 33 | 1A |
| Octal | 140 | 145 | 41 | 5 | 0 | 103 | 74 | 100 | 63 | 32 |
| Binary | 1100000 | 1100101 | 100001 | 101 | 0 | 1000011 | 111100 | 1000000 | 110011 | 11010 |
Color Harmonies of #606521
Complementary color
Monochromatic Colors of #606521
Black with #606521
Text Example
Text Example
White with #606521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606521; }
p { color: rgb(96,101,33); }
H1.HeaderClassName
{
color: #606521;
}
.AnyTagClassName
{
color: #606521;
}
</style>
background-color css
<style>
a { background-color: #606521; }
a { background-color: rgb(96,101,33); }
div.DivClassName
{
background-color: #606521;
}
.BgClassName
{
background-color: #606521;
}
</style>
border-color css
<style>
span { border-color: #606521; }
span { border-color: rgb(96,101,33); }
td.TdClassName
{
border-color: #606521;
}
.TagClassName
{
border-color: #606521;
}
</style>