Shades of Fiji Green #606C05
Tints of Fiji Green #606C05
RGB
CMYK
RGB Variations
Color information
#606C05 (or 0x606C05) is known color: Fiji Green. HEX triplet: 60, 6C and 05. RGB value is (96,108,5). Sum of RGB (Red+Green+Blue) = 96+108+5=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #606C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606C05 is #9F93FA. Grayscale: #5D5D5D. Windows color (decimal): -10458107 or 355424. OLE color: 355424.
HSL color Cylindrical-coordinate representation of color #606C05: hue angle of 66.99º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #606C05 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 108 | 5 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.58 |
| HSL | 66.99º | 0.91% | 0.22% | - |
| HSV(B) | 66.99º | 0.95% | 0.42% | - |
| XYZ | 10.21 | 13.22 | 2.16 | - |
| YUV | 92.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 5 | 0.11 | 0 | 0.95 | 0.58 | 66.99 | 0.91 | 0.22 |
| Hex | 60 | 6C | 5 | B | 0 | 5F | 3A | 43 | 5B | 16 |
| Octal | 140 | 154 | 5 | 13 | 0 | 137 | 72 | 103 | 133 | 26 |
| Binary | 1100000 | 1101100 | 101 | 1011 | 0 | 1011111 | 111010 | 1000011 | 1011011 | 10110 |
Color Harmonies of #606C05
Complementary color
Monochromatic Colors of #606C05
Black with #606C05
Text Example
Text Example
White with #606C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C05; }
p { color: rgb(96,108,5); }
H1.HeaderClassName
{
color: #606C05;
}
.AnyTagClassName
{
color: #606C05;
}
</style>
background-color css
<style>
a { background-color: #606C05; }
a { background-color: rgb(96,108,5); }
div.DivClassName
{
background-color: #606C05;
}
.BgClassName
{
background-color: #606C05;
}
</style>
border-color css
<style>
span { border-color: #606C05; }
span { border-color: rgb(96,108,5); }
td.TdClassName
{
border-color: #606C05;
}
.TagClassName
{
border-color: #606C05;
}
</style>