Shades of Fiji Green #60650E
Tints of Fiji Green #60650E
RGB
CMYK
RGB Variations
Color information
#60650E (or 0x60650E) is known color: Fiji Green. HEX triplet: 60, 65 and 0E. RGB value is (96,101,14). Sum of RGB (Red+Green+Blue) = 96+101+14=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #60650E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60650E is #9F9AF1. Grayscale: #595959. Windows color (decimal): -10459890 or 943456. OLE color: 943456.
HSL color Cylindrical-coordinate representation of color #60650E: hue angle of 63.45º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60650E is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 101 | 14 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.60 |
| HSL | 63.45º | 0.76% | 0.23% | - |
| HSV(B) | 63.45º | 0.86% | 0.4% | - |
| XYZ | 9.56 | 11.83 | 2.19 | - |
| YUV | 89.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 14 | 0.05 | 0 | 0.86 | 0.60 | 63.45 | 0.76 | 0.23 |
| Hex | 60 | 65 | E | 5 | 0 | 56 | 3C | 3F | 4C | 17 |
| Octal | 140 | 145 | 16 | 5 | 0 | 126 | 74 | 77 | 114 | 27 |
| Binary | 1100000 | 1100101 | 1110 | 101 | 0 | 1010110 | 111100 | 111111 | 1001100 | 10111 |
Color Harmonies of #60650E
Complementary color
Monochromatic Colors of #60650E
Black with #60650E
Text Example
Text Example
White with #60650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60650E; }
p { color: rgb(96,101,14); }
H1.HeaderClassName
{
color: #60650E;
}
.AnyTagClassName
{
color: #60650E;
}
</style>
background-color css
<style>
a { background-color: #60650E; }
a { background-color: rgb(96,101,14); }
div.DivClassName
{
background-color: #60650E;
}
.BgClassName
{
background-color: #60650E;
}
</style>
border-color css
<style>
span { border-color: #60650E; }
span { border-color: rgb(96,101,14); }
td.TdClassName
{
border-color: #60650E;
}
.TagClassName
{
border-color: #60650E;
}
</style>