Shades of Fiji Green #60700A
Tints of Fiji Green #60700A
RGB
CMYK
RGB Variations
Color information
#60700A (or 0x60700A) is known color: Fiji Green. HEX triplet: 60, 70 and 0A. RGB value is (96,112,10). Sum of RGB (Red+Green+Blue) = 96+112+10=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #60700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60700A is #9F8FF5. Grayscale: #5F5F5F. Windows color (decimal): -10457078 or 684128. OLE color: 684128.
HSL color Cylindrical-coordinate representation of color #60700A: hue angle of 69.41º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60700A is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 112 | 10 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.56 |
| HSL | 69.41º | 0.84% | 0.24% | - |
| HSV(B) | 69.41º | 0.91% | 0.44% | - |
| XYZ | 10.67 | 14.1 | 2.45 | - |
| YUV | 95.59 | 79.7 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 10 | 0.14 | 0 | 0.91 | 0.56 | 69.41 | 0.84 | 0.24 |
| Hex | 60 | 70 | A | E | 0 | 5B | 38 | 45 | 54 | 18 |
| Octal | 140 | 160 | 12 | 16 | 0 | 133 | 70 | 105 | 124 | 30 |
| Binary | 1100000 | 1110000 | 1010 | 1110 | 0 | 1011011 | 111000 | 1000101 | 1010100 | 11000 |
Color Harmonies of #60700A
Complementary color
Monochromatic Colors of #60700A
Black with #60700A
Text Example
Text Example
White with #60700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60700A; }
p { color: rgb(96,112,10); }
H1.HeaderClassName
{
color: #60700A;
}
.AnyTagClassName
{
color: #60700A;
}
</style>
background-color css
<style>
a { background-color: #60700A; }
a { background-color: rgb(96,112,10); }
div.DivClassName
{
background-color: #60700A;
}
.BgClassName
{
background-color: #60700A;
}
</style>
border-color css
<style>
span { border-color: #60700A; }
span { border-color: rgb(96,112,10); }
td.TdClassName
{
border-color: #60700A;
}
.TagClassName
{
border-color: #60700A;
}
</style>