Shades of Fiji Green #60750C
Tints of Fiji Green #60750C
RGB
CMYK
RGB Variations
Color information
#60750C (or 0x60750C) is known color: Fiji Green. HEX triplet: 60, 75 and 0C. RGB value is (96,117,12). Sum of RGB (Red+Green+Blue) = 96+117+12=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #60750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60750C is #9F8AF3. Grayscale: #636363. Windows color (decimal): -10455796 or 816480. OLE color: 816480.
HSL color Cylindrical-coordinate representation of color #60750C: hue angle of 72º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60750C is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 117 | 12 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.54 |
| HSL | 72º | 0.81% | 0.25% | - |
| HSV(B) | 72º | 0.9% | 0.46% | - |
| XYZ | 11.25 | 15.24 | 2.7 | - |
| YUV | 98.75 | 79.04 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 12 | 0.18 | 0 | 0.90 | 0.54 | 72 | 0.81 | 0.25 |
| Hex | 60 | 75 | C | 12 | 0 | 5A | 36 | 48 | 51 | 19 |
| Octal | 140 | 165 | 14 | 22 | 0 | 132 | 66 | 110 | 121 | 31 |
| Binary | 1100000 | 1110101 | 1100 | 10010 | 0 | 1011010 | 110110 | 1001000 | 1010001 | 11001 |
Color Harmonies of #60750C
Complementary color
Monochromatic Colors of #60750C
Black with #60750C
Text Example
Text Example
White with #60750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60750C; }
p { color: rgb(96,117,12); }
H1.HeaderClassName
{
color: #60750C;
}
.AnyTagClassName
{
color: #60750C;
}
</style>
background-color css
<style>
a { background-color: #60750C; }
a { background-color: rgb(96,117,12); }
div.DivClassName
{
background-color: #60750C;
}
.BgClassName
{
background-color: #60750C;
}
</style>
border-color css
<style>
span { border-color: #60750C; }
span { border-color: rgb(96,117,12); }
td.TdClassName
{
border-color: #60750C;
}
.TagClassName
{
border-color: #60750C;
}
</style>