Shades of Fiji Green #606100
Tints of Fiji Green #606100
RGB
CMYK
RGB Variations
Color information
#606100 (or 0x606100) is known color: Fiji Green. HEX triplet: 60, 61 and 00. RGB value is (96,97,0). Sum of RGB (Red+Green+Blue) = 96+97+0=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #606100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606100 is #9F9EFF. Grayscale: #565656. Windows color (decimal): -10460928 or 24928. OLE color: 24928.
HSL color Cylindrical-coordinate representation of color #606100: hue angle of 60.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #606100 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 97 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.62 |
| HSL | 60.62º | 1% | 0.19% | - |
| HSV(B) | 60.62º | 1% | 0.38% | - |
| XYZ | 9.1 | 11.04 | 1.65 | - |
| YUV | 85.64 | 79.67 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 0 | 0.01 | 0 | 1 | 0.62 | 60.62 | 1 | 0.19 |
| Hex | 60 | 61 | 0 | 1 | 0 | 64 | 3E | 3D | 64 | 13 |
| Octal | 140 | 141 | 0 | 1 | 0 | 144 | 76 | 75 | 144 | 23 |
| Binary | 1100000 | 1100001 | 0 | 1 | 0 | 1100100 | 111110 | 111101 | 1100100 | 10011 |
Color Harmonies of #606100
Complementary color
Monochromatic Colors of #606100
Black with #606100
Text Example
Text Example
White with #606100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606100; }
p { color: rgb(96,97,0); }
H1.HeaderClassName
{
color: #606100;
}
.AnyTagClassName
{
color: #606100;
}
</style>
background-color css
<style>
a { background-color: #606100; }
a { background-color: rgb(96,97,0); }
div.DivClassName
{
background-color: #606100;
}
.BgClassName
{
background-color: #606100;
}
</style>
border-color css
<style>
span { border-color: #606100; }
span { border-color: rgb(96,97,0); }
td.TdClassName
{
border-color: #606100;
}
.TagClassName
{
border-color: #606100;
}
</style>