Shades of Fiji Green #60660B
Tints of Fiji Green #60660B
RGB
CMYK
RGB Variations
Color information
#60660B (or 0x60660B) is known color: Fiji Green. HEX triplet: 60, 66 and 0B. RGB value is (96,102,11). Sum of RGB (Red+Green+Blue) = 96+102+11=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #60660B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60660B is #9F99F4. Grayscale: #5A5A5A. Windows color (decimal): -10459637 or 747104. OLE color: 747104.
HSL color Cylindrical-coordinate representation of color #60660B: hue angle of 63.96º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60660B is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 102 | 11 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.6 |
| HSL | 63.96º | 0.81% | 0.22% | - |
| HSV(B) | 63.96º | 0.89% | 0.4% | - |
| XYZ | 9.64 | 12.01 | 2.13 | - |
| YUV | 89.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 11 | 0.06 | 0 | 0.89 | 0.6 | 63.96 | 0.81 | 0.22 |
| Hex | 60 | 66 | B | 6 | 0 | 59 | 3C | 40 | 51 | 16 |
| Octal | 140 | 146 | 13 | 6 | 0 | 131 | 74 | 100 | 121 | 26 |
| Binary | 1100000 | 1100110 | 1011 | 110 | 0 | 1011001 | 111100 | 1000000 | 1010001 | 10110 |
Color Harmonies of #60660B
Complementary color
Monochromatic Colors of #60660B
Black with #60660B
Text Example
Text Example
White with #60660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60660B; }
p { color: rgb(96,102,11); }
H1.HeaderClassName
{
color: #60660B;
}
.AnyTagClassName
{
color: #60660B;
}
</style>
background-color css
<style>
a { background-color: #60660B; }
a { background-color: rgb(96,102,11); }
div.DivClassName
{
background-color: #60660B;
}
.BgClassName
{
background-color: #60660B;
}
</style>
border-color css
<style>
span { border-color: #60660B; }
span { border-color: rgb(96,102,11); }
td.TdClassName
{
border-color: #60660B;
}
.TagClassName
{
border-color: #60660B;
}
</style>