Shades of Fiji Green #60751F
Tints of Fiji Green #60751F
RGB
CMYK
RGB Variations
Color information
#60751F (or 0x60751F) is known color: Fiji Green. HEX triplet: 60, 75 and 1F. RGB value is (96,117,31). Sum of RGB (Red+Green+Blue) = 96+117+31=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #60751F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60751F is #9F8AE0. Grayscale: #656565. Windows color (decimal): -10455777 or 2061664. OLE color: 2061664.
HSL color Cylindrical-coordinate representation of color #60751F: hue angle of 74.65º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60751F is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 117 | 31 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.54 |
| HSL | 74.65º | 0.58% | 0.29% | - |
| HSV(B) | 74.65º | 0.74% | 0.46% | - |
| XYZ | 11.43 | 15.31 | 3.65 | - |
| YUV | 100.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 31 | 0.18 | 0 | 0.74 | 0.54 | 74.65 | 0.58 | 0.29 |
| Hex | 60 | 75 | 1F | 12 | 0 | 4A | 36 | 4B | 3A | 1D |
| Octal | 140 | 165 | 37 | 22 | 0 | 112 | 66 | 113 | 72 | 35 |
| Binary | 1100000 | 1110101 | 11111 | 10010 | 0 | 1001010 | 110110 | 1001011 | 111010 | 11101 |
Color Harmonies of #60751F
Complementary color
Monochromatic Colors of #60751F
Black with #60751F
Text Example
Text Example
White with #60751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60751F; }
p { color: rgb(96,117,31); }
H1.HeaderClassName
{
color: #60751F;
}
.AnyTagClassName
{
color: #60751F;
}
</style>
background-color css
<style>
a { background-color: #60751F; }
a { background-color: rgb(96,117,31); }
div.DivClassName
{
background-color: #60751F;
}
.BgClassName
{
background-color: #60751F;
}
</style>
border-color css
<style>
span { border-color: #60751F; }
span { border-color: rgb(96,117,31); }
td.TdClassName
{
border-color: #60751F;
}
.TagClassName
{
border-color: #60751F;
}
</style>