Shades of Fiji Green #605E00
Tints of Fiji Green #605E00
RGB
CMYK
RGB Variations
Color information
#605E00 (or 0x605E00) is known color: Fiji Green. HEX triplet: 60, 5E and 00. RGB value is (96,94,0). Sum of RGB (Red+Green+Blue) = 96+94+0=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 94 (37.11% from 255 or 49.47% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #605E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605E00 is #9FA1FF. Grayscale: #545454. Windows color (decimal): -10461696 or 24160. OLE color: 24160.
HSL color Cylindrical-coordinate representation of color #605E00: hue angle of 58.75º 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 #605E00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 94 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.62 |
| HSL | 58.75º | 1% | 0.19% | - |
| HSV(B) | 58.75º | 1% | 0.38% | - |
| XYZ | 8.83 | 10.49 | 1.56 | - |
| YUV | 83.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 0 | 0 | 0.02 | 1 | 0.62 | 58.75 | 1 | 0.19 |
| Hex | 60 | 5E | 0 | 0 | 2 | 64 | 3E | 3B | 64 | 13 |
| Octal | 140 | 136 | 0 | 0 | 2 | 144 | 76 | 73 | 144 | 23 |
| Binary | 1100000 | 1011110 | 0 | 0 | 10 | 1100100 | 111110 | 111011 | 1100100 | 10011 |
Color Harmonies of #605E00
Complementary color
Monochromatic Colors of #605E00
Black with #605E00
Text Example
Text Example
White with #605E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E00; }
p { color: rgb(96,94,0); }
H1.HeaderClassName
{
color: #605E00;
}
.AnyTagClassName
{
color: #605E00;
}
</style>
background-color css
<style>
a { background-color: #605E00; }
a { background-color: rgb(96,94,0); }
div.DivClassName
{
background-color: #605E00;
}
.BgClassName
{
background-color: #605E00;
}
</style>
border-color css
<style>
span { border-color: #605E00; }
span { border-color: rgb(96,94,0); }
td.TdClassName
{
border-color: #605E00;
}
.TagClassName
{
border-color: #605E00;
}
</style>