Shades of Fiji Green #60790C
Tints of Fiji Green #60790C
RGB
CMYK
RGB Variations
Color information
#60790C (or 0x60790C) is known color: Fiji Green. HEX triplet: 60, 79 and 0C. RGB value is (96,121,12). Sum of RGB (Red+Green+Blue) = 96+121+12=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #60790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60790C is #9F86F3. Grayscale: #656565. Windows color (decimal): -10454772 or 817504. OLE color: 817504.
HSL color Cylindrical-coordinate representation of color #60790C: hue angle of 73.76º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60790C is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 121 | 12 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.53 |
| HSL | 73.76º | 0.82% | 0.26% | - |
| HSV(B) | 73.76º | 0.9% | 0.47% | - |
| XYZ | 11.73 | 16.19 | 2.85 | - |
| YUV | 101.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 12 | 0.21 | 0 | 0.90 | 0.53 | 73.76 | 0.82 | 0.26 |
| Hex | 60 | 79 | C | 15 | 0 | 5A | 35 | 4A | 52 | 1A |
| Octal | 140 | 171 | 14 | 25 | 0 | 132 | 65 | 112 | 122 | 32 |
| Binary | 1100000 | 1111001 | 1100 | 10101 | 0 | 1011010 | 110101 | 1001010 | 1010010 | 11010 |
Color Harmonies of #60790C
Complementary color
Monochromatic Colors of #60790C
Black with #60790C
Text Example
Text Example
White with #60790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60790C; }
p { color: rgb(96,121,12); }
H1.HeaderClassName
{
color: #60790C;
}
.AnyTagClassName
{
color: #60790C;
}
</style>
background-color css
<style>
a { background-color: #60790C; }
a { background-color: rgb(96,121,12); }
div.DivClassName
{
background-color: #60790C;
}
.BgClassName
{
background-color: #60790C;
}
</style>
border-color css
<style>
span { border-color: #60790C; }
span { border-color: rgb(96,121,12); }
td.TdClassName
{
border-color: #60790C;
}
.TagClassName
{
border-color: #60790C;
}
</style>