Shades of Fiji Green #606B15
Tints of Fiji Green #606B15
RGB
CMYK
RGB Variations
Color information
#606B15 (or 0x606B15) is known color: Fiji Green. HEX triplet: 60, 6B and 15. RGB value is (96,107,21). Sum of RGB (Red+Green+Blue) = 96+107+21=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #606B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606B15 is #9F94EA. Grayscale: #5E5E5E. Windows color (decimal): -10458347 or 1403744. OLE color: 1403744.
HSL color Cylindrical-coordinate representation of color #606B15: hue angle of 67.67º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #606B15 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 107 | 21 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.58 |
| HSL | 67.67º | 0.67% | 0.25% | - |
| HSV(B) | 67.67º | 0.8% | 0.42% | - |
| XYZ | 10.22 | 13.06 | 2.69 | - |
| YUV | 93.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 21 | 0.10 | 0 | 0.80 | 0.58 | 67.67 | 0.67 | 0.25 |
| Hex | 60 | 6B | 15 | A | 0 | 50 | 3A | 44 | 43 | 19 |
| Octal | 140 | 153 | 25 | 12 | 0 | 120 | 72 | 104 | 103 | 31 |
| Binary | 1100000 | 1101011 | 10101 | 1010 | 0 | 1010000 | 111010 | 1000100 | 1000011 | 11001 |
Color Harmonies of #606B15
Complementary color
Monochromatic Colors of #606B15
Black with #606B15
Text Example
Text Example
White with #606B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606B15; }
p { color: rgb(96,107,21); }
H1.HeaderClassName
{
color: #606B15;
}
.AnyTagClassName
{
color: #606B15;
}
</style>
background-color css
<style>
a { background-color: #606B15; }
a { background-color: rgb(96,107,21); }
div.DivClassName
{
background-color: #606B15;
}
.BgClassName
{
background-color: #606B15;
}
</style>
border-color css
<style>
span { border-color: #606B15; }
span { border-color: rgb(96,107,21); }
td.TdClassName
{
border-color: #606B15;
}
.TagClassName
{
border-color: #606B15;
}
</style>