Shades of Fiji Green #60660D
Tints of Fiji Green #60660D
RGB
CMYK
RGB Variations
Color information
#60660D (or 0x60660D) is known color: Fiji Green. HEX triplet: 60, 66 and 0D. RGB value is (96,102,13). Sum of RGB (Red+Green+Blue) = 96+102+13=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #60660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60660D is #9F99F2. Grayscale: #5A5A5A. Windows color (decimal): -10459635 or 878176. OLE color: 878176.
HSL color Cylindrical-coordinate representation of color #60660D: hue angle of 64.04º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60660D is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 102 | 13 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.6 |
| HSL | 64.04º | 0.77% | 0.23% | - |
| HSV(B) | 64.04º | 0.87% | 0.4% | - |
| XYZ | 9.65 | 12.02 | 2.19 | - |
| YUV | 90.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 13 | 0.06 | 0 | 0.87 | 0.6 | 64.04 | 0.77 | 0.23 |
| Hex | 60 | 66 | D | 6 | 0 | 57 | 3C | 40 | 4D | 17 |
| Octal | 140 | 146 | 15 | 6 | 0 | 127 | 74 | 100 | 115 | 27 |
| Binary | 1100000 | 1100110 | 1101 | 110 | 0 | 1010111 | 111100 | 1000000 | 1001101 | 10111 |
Color Harmonies of #60660D
Complementary color
Monochromatic Colors of #60660D
Black with #60660D
Text Example
Text Example
White with #60660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60660D; }
p { color: rgb(96,102,13); }
H1.HeaderClassName
{
color: #60660D;
}
.AnyTagClassName
{
color: #60660D;
}
</style>
background-color css
<style>
a { background-color: #60660D; }
a { background-color: rgb(96,102,13); }
div.DivClassName
{
background-color: #60660D;
}
.BgClassName
{
background-color: #60660D;
}
</style>
border-color css
<style>
span { border-color: #60660D; }
span { border-color: rgb(96,102,13); }
td.TdClassName
{
border-color: #60660D;
}
.TagClassName
{
border-color: #60660D;
}
</style>