Shades of Fiji Green #605E04
Tints of Fiji Green #605E04
RGB
CMYK
RGB Variations
Color information
#605E04 (or 0x605E04) is known color: Fiji Green. HEX triplet: 60, 5E and 04. RGB value is (96,94,4). Sum of RGB (Red+Green+Blue) = 96+94+4=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 94 (37.11% from 255 or 48.45% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #605E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605E04 is #9FA1FB. Grayscale: #545454. Windows color (decimal): -10461692 or 286304. OLE color: 286304.
HSL color Cylindrical-coordinate representation of color #605E04: hue angle of 58.7º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #605E04 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 94 | 4 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.62 |
| HSL | 58.7º | 0.92% | 0.2% | - |
| HSV(B) | 58.7º | 0.96% | 0.38% | - |
| XYZ | 8.85 | 10.5 | 1.68 | - |
| YUV | 84.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 4 | 0 | 0.02 | 0.96 | 0.62 | 58.7 | 0.92 | 0.2 |
| Hex | 60 | 5E | 4 | 0 | 2 | 60 | 3E | 3B | 5C | 14 |
| Octal | 140 | 136 | 4 | 0 | 2 | 140 | 76 | 73 | 134 | 24 |
| Binary | 1100000 | 1011110 | 100 | 0 | 10 | 1100000 | 111110 | 111011 | 1011100 | 10100 |
Color Harmonies of #605E04
Complementary color
Monochromatic Colors of #605E04
Black with #605E04
Text Example
Text Example
White with #605E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E04; }
p { color: rgb(96,94,4); }
H1.HeaderClassName
{
color: #605E04;
}
.AnyTagClassName
{
color: #605E04;
}
</style>
background-color css
<style>
a { background-color: #605E04; }
a { background-color: rgb(96,94,4); }
div.DivClassName
{
background-color: #605E04;
}
.BgClassName
{
background-color: #605E04;
}
</style>
border-color css
<style>
span { border-color: #605E04; }
span { border-color: rgb(96,94,4); }
td.TdClassName
{
border-color: #605E04;
}
.TagClassName
{
border-color: #605E04;
}
</style>