Shades of Fiji Green #605F03
Tints of Fiji Green #605F03
RGB
CMYK
RGB Variations
Color information
#605F03 (or 0x605F03) is known color: Fiji Green. HEX triplet: 60, 5F and 03. RGB value is (96,95,3). Sum of RGB (Red+Green+Blue) = 96+95+3=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #605F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605F03 is #9FA0FC. Grayscale: #555555. Windows color (decimal): -10461437 or 221024. OLE color: 221024.
HSL color Cylindrical-coordinate representation of color #605F03: hue angle of 59.35º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #605F03 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 3 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.62 |
| HSL | 59.35º | 0.94% | 0.19% | - |
| HSV(B) | 59.35º | 0.97% | 0.38% | - |
| XYZ | 8.93 | 10.68 | 1.68 | - |
| YUV | 84.81 | 81.83 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 3 | 0 | 0.01 | 0.97 | 0.62 | 59.35 | 0.94 | 0.19 |
| Hex | 60 | 5F | 3 | 0 | 1 | 61 | 3E | 3B | 5E | 13 |
| Octal | 140 | 137 | 3 | 0 | 1 | 141 | 76 | 73 | 136 | 23 |
| Binary | 1100000 | 1011111 | 11 | 0 | 1 | 1100001 | 111110 | 111011 | 1011110 | 10011 |
Color Harmonies of #605F03
Complementary color
Monochromatic Colors of #605F03
Black with #605F03
Text Example
Text Example
White with #605F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F03; }
p { color: rgb(96,95,3); }
H1.HeaderClassName
{
color: #605F03;
}
.AnyTagClassName
{
color: #605F03;
}
</style>
background-color css
<style>
a { background-color: #605F03; }
a { background-color: rgb(96,95,3); }
div.DivClassName
{
background-color: #605F03;
}
.BgClassName
{
background-color: #605F03;
}
</style>
border-color css
<style>
span { border-color: #605F03; }
span { border-color: rgb(96,95,3); }
td.TdClassName
{
border-color: #605F03;
}
.TagClassName
{
border-color: #605F03;
}
</style>