Shades of Fiji Green #605F08
Tints of Fiji Green #605F08
RGB
CMYK
RGB Variations
Color information
#605F08 (or 0x605F08) is known color: Fiji Green. HEX triplet: 60, 5F and 08. RGB value is (96,95,8). Sum of RGB (Red+Green+Blue) = 96+95+8=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #605F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605F08 is #9FA0F7. Grayscale: #555555. Windows color (decimal): -10461432 or 548704. OLE color: 548704.
HSL color Cylindrical-coordinate representation of color #605F08: hue angle of 59.32º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #605F08 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 8 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.62 |
| HSL | 59.32º | 0.85% | 0.2% | - |
| HSV(B) | 59.32º | 0.92% | 0.38% | - |
| XYZ | 8.96 | 10.69 | 1.82 | - |
| YUV | 85.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 8 | 0 | 0.01 | 0.92 | 0.62 | 59.32 | 0.85 | 0.2 |
| Hex | 60 | 5F | 8 | 0 | 1 | 5C | 3E | 3B | 55 | 14 |
| Octal | 140 | 137 | 10 | 0 | 1 | 134 | 76 | 73 | 125 | 24 |
| Binary | 1100000 | 1011111 | 1000 | 0 | 1 | 1011100 | 111110 | 111011 | 1010101 | 10100 |
Color Harmonies of #605F08
Complementary color
Monochromatic Colors of #605F08
Black with #605F08
Text Example
Text Example
White with #605F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F08; }
p { color: rgb(96,95,8); }
H1.HeaderClassName
{
color: #605F08;
}
.AnyTagClassName
{
color: #605F08;
}
</style>
background-color css
<style>
a { background-color: #605F08; }
a { background-color: rgb(96,95,8); }
div.DivClassName
{
background-color: #605F08;
}
.BgClassName
{
background-color: #605F08;
}
</style>
border-color css
<style>
span { border-color: #605F08; }
span { border-color: rgb(96,95,8); }
td.TdClassName
{
border-color: #605F08;
}
.TagClassName
{
border-color: #605F08;
}
</style>