Shades of Fiji Green #60731E
Tints of Fiji Green #60731E
RGB
CMYK
RGB Variations
Color information
#60731E (or 0x60731E) is known color: Fiji Green. HEX triplet: 60, 73 and 1E. RGB value is (96,115,30). Sum of RGB (Red+Green+Blue) = 96+115+30=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #60731E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60731E is #9F8CE1. Grayscale: #636363. Windows color (decimal): -10456290 or 1995616. OLE color: 1995616.
HSL color Cylindrical-coordinate representation of color #60731E: hue angle of 73.41º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60731E is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 30 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.55 |
| HSL | 73.41º | 0.59% | 0.28% | - |
| HSV(B) | 73.41º | 0.74% | 0.45% | - |
| XYZ | 11.19 | 14.84 | 3.5 | - |
| YUV | 99.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 30 | 0.17 | 0 | 0.74 | 0.55 | 73.41 | 0.59 | 0.28 |
| Hex | 60 | 73 | 1E | 11 | 0 | 4A | 37 | 49 | 3B | 1C |
| Octal | 140 | 163 | 36 | 21 | 0 | 112 | 67 | 111 | 73 | 34 |
| Binary | 1100000 | 1110011 | 11110 | 10001 | 0 | 1001010 | 110111 | 1001001 | 111011 | 11100 |
Color Harmonies of #60731E
Complementary color
Monochromatic Colors of #60731E
Black with #60731E
Text Example
Text Example
White with #60731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60731E; }
p { color: rgb(96,115,30); }
H1.HeaderClassName
{
color: #60731E;
}
.AnyTagClassName
{
color: #60731E;
}
</style>
background-color css
<style>
a { background-color: #60731E; }
a { background-color: rgb(96,115,30); }
div.DivClassName
{
background-color: #60731E;
}
.BgClassName
{
background-color: #60731E;
}
</style>
border-color css
<style>
span { border-color: #60731E; }
span { border-color: rgb(96,115,30); }
td.TdClassName
{
border-color: #60731E;
}
.TagClassName
{
border-color: #60731E;
}
</style>