Shades of Fiji Green #60771F
Tints of Fiji Green #60771F
RGB
CMYK
RGB Variations
Color information
#60771F (or 0x60771F) is known color: Fiji Green. HEX triplet: 60, 77 and 1F. RGB value is (96,119,31). Sum of RGB (Red+Green+Blue) = 96+119+31=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #60771F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60771F is #9F88E0. Grayscale: #666666. Windows color (decimal): -10455265 or 2062176. OLE color: 2062176.
HSL color Cylindrical-coordinate representation of color #60771F: hue angle of 75.68º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60771F is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 119 | 31 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.53 |
| HSL | 75.68º | 0.59% | 0.29% | - |
| HSV(B) | 75.68º | 0.74% | 0.47% | - |
| XYZ | 11.67 | 15.78 | 3.73 | - |
| YUV | 102.09 | 87.88 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 31 | 0.19 | 0 | 0.74 | 0.53 | 75.68 | 0.59 | 0.29 |
| Hex | 60 | 77 | 1F | 13 | 0 | 4A | 35 | 4C | 3B | 1D |
| Octal | 140 | 167 | 37 | 23 | 0 | 112 | 65 | 114 | 73 | 35 |
| Binary | 1100000 | 1110111 | 11111 | 10011 | 0 | 1001010 | 110101 | 1001100 | 111011 | 11101 |
Color Harmonies of #60771F
Complementary color
Monochromatic Colors of #60771F
Black with #60771F
Text Example
Text Example
White with #60771F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60771F; }
p { color: rgb(96,119,31); }
H1.HeaderClassName
{
color: #60771F;
}
.AnyTagClassName
{
color: #60771F;
}
</style>
background-color css
<style>
a { background-color: #60771F; }
a { background-color: rgb(96,119,31); }
div.DivClassName
{
background-color: #60771F;
}
.BgClassName
{
background-color: #60771F;
}
</style>
border-color css
<style>
span { border-color: #60771F; }
span { border-color: rgb(96,119,31); }
td.TdClassName
{
border-color: #60771F;
}
.TagClassName
{
border-color: #60771F;
}
</style>