Shades of Fiji Green #60711C
Tints of Fiji Green #60711C
RGB
CMYK
RGB Variations
Color information
#60711C (or 0x60711C) is known color: Fiji Green. HEX triplet: 60, 71 and 1C. RGB value is (96,113,28). Sum of RGB (Red+Green+Blue) = 96+113+28=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #60711C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60711C is #9F8EE3. Grayscale: #626262. Windows color (decimal): -10456804 or 1864032. OLE color: 1864032.
HSL color Cylindrical-coordinate representation of color #60711C: hue angle of 72º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60711C is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 113 | 28 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.56 |
| HSL | 72º | 0.6% | 0.28% | - |
| HSV(B) | 72º | 0.75% | 0.44% | - |
| XYZ | 10.94 | 14.38 | 3.3 | - |
| YUV | 98.23 | 88.37 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 28 | 0.15 | 0 | 0.75 | 0.56 | 72 | 0.6 | 0.28 |
| Hex | 60 | 71 | 1C | F | 0 | 4B | 38 | 48 | 3C | 1C |
| Octal | 140 | 161 | 34 | 17 | 0 | 113 | 70 | 110 | 74 | 34 |
| Binary | 1100000 | 1110001 | 11100 | 1111 | 0 | 1001011 | 111000 | 1001000 | 111100 | 11100 |
Color Harmonies of #60711C
Complementary color
Monochromatic Colors of #60711C
Black with #60711C
Text Example
Text Example
White with #60711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60711C; }
p { color: rgb(96,113,28); }
H1.HeaderClassName
{
color: #60711C;
}
.AnyTagClassName
{
color: #60711C;
}
</style>
background-color css
<style>
a { background-color: #60711C; }
a { background-color: rgb(96,113,28); }
div.DivClassName
{
background-color: #60711C;
}
.BgClassName
{
background-color: #60711C;
}
</style>
border-color css
<style>
span { border-color: #60711C; }
span { border-color: rgb(96,113,28); }
td.TdClassName
{
border-color: #60711C;
}
.TagClassName
{
border-color: #60711C;
}
</style>