Shades of Fiji Green #607811
Tints of Fiji Green #607811
RGB
CMYK
RGB Variations
Color information
#607811 (or 0x607811) is known color: Fiji Green. HEX triplet: 60, 78 and 11. RGB value is (96,120,17). Sum of RGB (Red+Green+Blue) = 96+120+17=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #607811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607811 is #9F87EE. Grayscale: #656565. Windows color (decimal): -10455023 or 1144928. OLE color: 1144928.
HSL color Cylindrical-coordinate representation of color #607811: hue angle of 73.98º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #607811 is Cyan = 0.2, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 17 | - |
| CMYK | 0.2 | 0 | 0.86 | 0.53 |
| HSL | 73.98º | 0.75% | 0.27% | - |
| HSV(B) | 73.98º | 0.86% | 0.47% | - |
| XYZ | 11.64 | 15.96 | 3 | - |
| YUV | 101.08 | 80.55 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 17 | 0.2 | 0 | 0.86 | 0.53 | 73.98 | 0.75 | 0.27 |
| Hex | 60 | 78 | 11 | 14 | 0 | 56 | 35 | 4A | 4B | 1B |
| Octal | 140 | 170 | 21 | 24 | 0 | 126 | 65 | 112 | 113 | 33 |
| Binary | 1100000 | 1111000 | 10001 | 10100 | 0 | 1010110 | 110101 | 1001010 | 1001011 | 11011 |
Color Harmonies of #607811
Complementary color
Monochromatic Colors of #607811
Black with #607811
Text Example
Text Example
White with #607811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607811; }
p { color: rgb(96,120,17); }
H1.HeaderClassName
{
color: #607811;
}
.AnyTagClassName
{
color: #607811;
}
</style>
background-color css
<style>
a { background-color: #607811; }
a { background-color: rgb(96,120,17); }
div.DivClassName
{
background-color: #607811;
}
.BgClassName
{
background-color: #607811;
}
</style>
border-color css
<style>
span { border-color: #607811; }
span { border-color: rgb(96,120,17); }
td.TdClassName
{
border-color: #607811;
}
.TagClassName
{
border-color: #607811;
}
</style>