Shades of Fiji Green #60790B
Tints of Fiji Green #60790B
RGB
CMYK
RGB Variations
Color information
#60790B (or 0x60790B) is known color: Fiji Green. HEX triplet: 60, 79 and 0B. RGB value is (96,121,11). Sum of RGB (Red+Green+Blue) = 96+121+11=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #60790B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60790B is #9F86F4. Grayscale: #656565. Windows color (decimal): -10454773 or 751968. OLE color: 751968.
HSL color Cylindrical-coordinate representation of color #60790B: hue angle of 73.64º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60790B is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 121 | 11 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.53 |
| HSL | 73.64º | 0.83% | 0.26% | - |
| HSV(B) | 73.64º | 0.91% | 0.47% | - |
| XYZ | 11.72 | 16.19 | 2.82 | - |
| YUV | 100.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 11 | 0.21 | 0 | 0.91 | 0.53 | 73.64 | 0.83 | 0.26 |
| Hex | 60 | 79 | B | 15 | 0 | 5B | 35 | 4A | 53 | 1A |
| Octal | 140 | 171 | 13 | 25 | 0 | 133 | 65 | 112 | 123 | 32 |
| Binary | 1100000 | 1111001 | 1011 | 10101 | 0 | 1011011 | 110101 | 1001010 | 1010011 | 11010 |
Color Harmonies of #60790B
Complementary color
Monochromatic Colors of #60790B
Black with #60790B
Text Example
Text Example
White with #60790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60790B; }
p { color: rgb(96,121,11); }
H1.HeaderClassName
{
color: #60790B;
}
.AnyTagClassName
{
color: #60790B;
}
</style>
background-color css
<style>
a { background-color: #60790B; }
a { background-color: rgb(96,121,11); }
div.DivClassName
{
background-color: #60790B;
}
.BgClassName
{
background-color: #60790B;
}
</style>
border-color css
<style>
span { border-color: #60790B; }
span { border-color: rgb(96,121,11); }
td.TdClassName
{
border-color: #60790B;
}
.TagClassName
{
border-color: #60790B;
}
</style>