Shades of Fiji Green #605D02
Tints of Fiji Green #605D02
RGB
CMYK
RGB Variations
Color information
#605D02 (or 0x605D02) is known color: Fiji Green. HEX triplet: 60, 5D and 02. RGB value is (96,93,2). Sum of RGB (Red+Green+Blue) = 96+93+2=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 93 (36.72% from 255 or 48.69% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #605D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605D02 is #9FA2FD. Grayscale: #535353. Windows color (decimal): -10461950 or 154976. OLE color: 154976.
HSL color Cylindrical-coordinate representation of color #605D02: hue angle of 58.09º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #605D02 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 2 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.62 |
| HSL | 58.09º | 0.96% | 0.19% | - |
| HSV(B) | 58.09º | 0.98% | 0.38% | - |
| XYZ | 8.75 | 10.32 | 1.59 | - |
| YUV | 83.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 2 | 0 | 0.03 | 0.98 | 0.62 | 58.09 | 0.96 | 0.19 |
| Hex | 60 | 5D | 2 | 0 | 3 | 62 | 3E | 3A | 60 | 13 |
| Octal | 140 | 135 | 2 | 0 | 3 | 142 | 76 | 72 | 140 | 23 |
| Binary | 1100000 | 1011101 | 10 | 0 | 11 | 1100010 | 111110 | 111010 | 1100000 | 10011 |
Color Harmonies of #605D02
Complementary color
Monochromatic Colors of #605D02
Black with #605D02
Text Example
Text Example
White with #605D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D02; }
p { color: rgb(96,93,2); }
H1.HeaderClassName
{
color: #605D02;
}
.AnyTagClassName
{
color: #605D02;
}
</style>
background-color css
<style>
a { background-color: #605D02; }
a { background-color: rgb(96,93,2); }
div.DivClassName
{
background-color: #605D02;
}
.BgClassName
{
background-color: #605D02;
}
</style>
border-color css
<style>
span { border-color: #605D02; }
span { border-color: rgb(96,93,2); }
td.TdClassName
{
border-color: #605D02;
}
.TagClassName
{
border-color: #605D02;
}
</style>