Shades of Fiji Green #60710F
Tints of Fiji Green #60710F
RGB
CMYK
RGB Variations
Color information
#60710F (or 0x60710F) is known color: Fiji Green. HEX triplet: 60, 71 and 0F. RGB value is (96,113,15). Sum of RGB (Red+Green+Blue) = 96+113+15=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #60710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60710F is #9F8EF0. Grayscale: #616161. Windows color (decimal): -10456817 or 1012064. OLE color: 1012064.
HSL color Cylindrical-coordinate representation of color #60710F: hue angle of 70.41º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60710F is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 113 | 15 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.56 |
| HSL | 70.41º | 0.77% | 0.25% | - |
| HSV(B) | 70.41º | 0.87% | 0.44% | - |
| XYZ | 10.82 | 14.33 | 2.65 | - |
| YUV | 96.75 | 81.87 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 15 | 0.15 | 0 | 0.87 | 0.56 | 70.41 | 0.77 | 0.25 |
| Hex | 60 | 71 | F | F | 0 | 57 | 38 | 46 | 4D | 19 |
| Octal | 140 | 161 | 17 | 17 | 0 | 127 | 70 | 106 | 115 | 31 |
| Binary | 1100000 | 1110001 | 1111 | 1111 | 0 | 1010111 | 111000 | 1000110 | 1001101 | 11001 |
Color Harmonies of #60710F
Complementary color
Monochromatic Colors of #60710F
Black with #60710F
Text Example
Text Example
White with #60710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60710F; }
p { color: rgb(96,113,15); }
H1.HeaderClassName
{
color: #60710F;
}
.AnyTagClassName
{
color: #60710F;
}
</style>
background-color css
<style>
a { background-color: #60710F; }
a { background-color: rgb(96,113,15); }
div.DivClassName
{
background-color: #60710F;
}
.BgClassName
{
background-color: #60710F;
}
</style>
border-color css
<style>
span { border-color: #60710F; }
span { border-color: rgb(96,113,15); }
td.TdClassName
{
border-color: #60710F;
}
.TagClassName
{
border-color: #60710F;
}
</style>