Shades of Fiji Green #60780B
Tints of Fiji Green #60780B
RGB
CMYK
RGB Variations
Color information
#60780B (or 0x60780B) is known color: Fiji Green. HEX triplet: 60, 78 and 0B. RGB value is (96,120,11). Sum of RGB (Red+Green+Blue) = 96+120+11=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #60780B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60780B is #9F87F4. Grayscale: #646464. Windows color (decimal): -10455029 or 751712. OLE color: 751712.
HSL color Cylindrical-coordinate representation of color #60780B: hue angle of 73.21º 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 #60780B is Cyan = 0.2, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 11 | - |
| CMYK | 0.2 | 0 | 0.91 | 0.53 |
| HSL | 73.21º | 0.83% | 0.26% | - |
| HSV(B) | 73.21º | 0.91% | 0.47% | - |
| XYZ | 11.6 | 15.94 | 2.78 | - |
| YUV | 100.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 11 | 0.2 | 0 | 0.91 | 0.53 | 73.21 | 0.83 | 0.26 |
| Hex | 60 | 78 | B | 14 | 0 | 5B | 35 | 49 | 53 | 1A |
| Octal | 140 | 170 | 13 | 24 | 0 | 133 | 65 | 111 | 123 | 32 |
| Binary | 1100000 | 1111000 | 1011 | 10100 | 0 | 1011011 | 110101 | 1001001 | 1010011 | 11010 |
Color Harmonies of #60780B
Complementary color
Monochromatic Colors of #60780B
Black with #60780B
Text Example
Text Example
White with #60780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60780B; }
p { color: rgb(96,120,11); }
H1.HeaderClassName
{
color: #60780B;
}
.AnyTagClassName
{
color: #60780B;
}
</style>
background-color css
<style>
a { background-color: #60780B; }
a { background-color: rgb(96,120,11); }
div.DivClassName
{
background-color: #60780B;
}
.BgClassName
{
background-color: #60780B;
}
</style>
border-color css
<style>
span { border-color: #60780B; }
span { border-color: rgb(96,120,11); }
td.TdClassName
{
border-color: #60780B;
}
.TagClassName
{
border-color: #60780B;
}
</style>