Shades of Fiji Green #60751C
Tints of Fiji Green #60751C
RGB
CMYK
RGB Variations
Color information
#60751C (or 0x60751C) is known color: Fiji Green. HEX triplet: 60, 75 and 1C. RGB value is (96,117,28). Sum of RGB (Red+Green+Blue) = 96+117+28=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #60751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60751C is #9F8AE3. Grayscale: #646464. Windows color (decimal): -10455780 or 1865056. OLE color: 1865056.
HSL color Cylindrical-coordinate representation of color #60751C: hue angle of 74.16º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60751C is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 117 | 28 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.54 |
| HSL | 74.16º | 0.61% | 0.28% | - |
| HSV(B) | 74.16º | 0.76% | 0.46% | - |
| XYZ | 11.39 | 15.29 | 3.45 | - |
| YUV | 100.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 28 | 0.18 | 0 | 0.76 | 0.54 | 74.16 | 0.61 | 0.28 |
| Hex | 60 | 75 | 1C | 12 | 0 | 4C | 36 | 4A | 3D | 1C |
| Octal | 140 | 165 | 34 | 22 | 0 | 114 | 66 | 112 | 75 | 34 |
| Binary | 1100000 | 1110101 | 11100 | 10010 | 0 | 1001100 | 110110 | 1001010 | 111101 | 11100 |
Color Harmonies of #60751C
Complementary color
Monochromatic Colors of #60751C
Black with #60751C
Text Example
Text Example
White with #60751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60751C; }
p { color: rgb(96,117,28); }
H1.HeaderClassName
{
color: #60751C;
}
.AnyTagClassName
{
color: #60751C;
}
</style>
background-color css
<style>
a { background-color: #60751C; }
a { background-color: rgb(96,117,28); }
div.DivClassName
{
background-color: #60751C;
}
.BgClassName
{
background-color: #60751C;
}
</style>
border-color css
<style>
span { border-color: #60751C; }
span { border-color: rgb(96,117,28); }
td.TdClassName
{
border-color: #60751C;
}
.TagClassName
{
border-color: #60751C;
}
</style>