Shades of Fiji Green #606C15
Tints of Fiji Green #606C15
RGB
CMYK
RGB Variations
Color information
#606C15 (or 0x606C15) is known color: Fiji Green. HEX triplet: 60, 6C and 15. RGB value is (96,108,21). Sum of RGB (Red+Green+Blue) = 96+108+21=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #606C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606C15 is #9F93EA. Grayscale: #5E5E5E. Windows color (decimal): -10458091 or 1404000. OLE color: 1404000.
HSL color Cylindrical-coordinate representation of color #606C15: hue angle of 68.28º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #606C15 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 108 | 21 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.58 |
| HSL | 68.28º | 0.67% | 0.25% | - |
| HSV(B) | 68.28º | 0.81% | 0.42% | - |
| XYZ | 10.32 | 13.27 | 2.73 | - |
| YUV | 94.49 | 86.52 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 21 | 0.11 | 0 | 0.81 | 0.58 | 68.28 | 0.67 | 0.25 |
| Hex | 60 | 6C | 15 | B | 0 | 51 | 3A | 44 | 43 | 19 |
| Octal | 140 | 154 | 25 | 13 | 0 | 121 | 72 | 104 | 103 | 31 |
| Binary | 1100000 | 1101100 | 10101 | 1011 | 0 | 1010001 | 111010 | 1000100 | 1000011 | 11001 |
Color Harmonies of #606C15
Complementary color
Monochromatic Colors of #606C15
Black with #606C15
Text Example
Text Example
White with #606C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C15; }
p { color: rgb(96,108,21); }
H1.HeaderClassName
{
color: #606C15;
}
.AnyTagClassName
{
color: #606C15;
}
</style>
background-color css
<style>
a { background-color: #606C15; }
a { background-color: rgb(96,108,21); }
div.DivClassName
{
background-color: #606C15;
}
.BgClassName
{
background-color: #606C15;
}
</style>
border-color css
<style>
span { border-color: #606C15; }
span { border-color: rgb(96,108,21); }
td.TdClassName
{
border-color: #606C15;
}
.TagClassName
{
border-color: #606C15;
}
</style>