Shades of Fiji Green #607822
Tints of Fiji Green #607822
RGB
CMYK
RGB Variations
Color information
#607822 (or 0x607822) is known color: Fiji Green. HEX triplet: 60, 78 and 22. RGB value is (96,120,34). Sum of RGB (Red+Green+Blue) = 96+120+34=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #607822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607822 is #9F87DD. Grayscale: #676767. Windows color (decimal): -10455006 or 2259040. OLE color: 2259040.
HSL color Cylindrical-coordinate representation of color #607822: hue angle of 76.74º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #607822 is Cyan = 0.2, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 34 | - |
| CMYK | 0.2 | 0 | 0.72 | 0.53 |
| HSL | 76.74º | 0.56% | 0.3% | - |
| HSV(B) | 76.74º | 0.72% | 0.47% | - |
| XYZ | 11.83 | 16.04 | 3.99 | - |
| YUV | 103.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 34 | 0.2 | 0 | 0.72 | 0.53 | 76.74 | 0.56 | 0.3 |
| Hex | 60 | 78 | 22 | 14 | 0 | 48 | 35 | 4D | 38 | 1E |
| Octal | 140 | 170 | 42 | 24 | 0 | 110 | 65 | 115 | 70 | 36 |
| Binary | 1100000 | 1111000 | 100010 | 10100 | 0 | 1001000 | 110101 | 1001101 | 111000 | 11110 |
Color Harmonies of #607822
Complementary color
Monochromatic Colors of #607822
Black with #607822
Text Example
Text Example
White with #607822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607822; }
p { color: rgb(96,120,34); }
H1.HeaderClassName
{
color: #607822;
}
.AnyTagClassName
{
color: #607822;
}
</style>
background-color css
<style>
a { background-color: #607822; }
a { background-color: rgb(96,120,34); }
div.DivClassName
{
background-color: #607822;
}
.BgClassName
{
background-color: #607822;
}
</style>
border-color css
<style>
span { border-color: #607822; }
span { border-color: rgb(96,120,34); }
td.TdClassName
{
border-color: #607822;
}
.TagClassName
{
border-color: #607822;
}
</style>