Shades of Fiji Green #606722
Tints of Fiji Green #606722
RGB
CMYK
RGB Variations
Color information
#606722 (or 0x606722) is known color: Fiji Green. HEX triplet: 60, 67 and 22. RGB value is (96,103,34). Sum of RGB (Red+Green+Blue) = 96+103+34=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #606722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606722 is #9F98DD. Grayscale: #5D5D5D. Windows color (decimal): -10459358 or 2254688. OLE color: 2254688.
HSL color Cylindrical-coordinate representation of color #606722: hue angle of 66.09º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #606722 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 34 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.60 |
| HSL | 66.09º | 0.5% | 0.27% | - |
| HSV(B) | 66.09º | 0.67% | 0.4% | - |
| XYZ | 9.96 | 12.3 | 3.36 | - |
| YUV | 93.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 34 | 0.07 | 0 | 0.67 | 0.60 | 66.09 | 0.5 | 0.27 |
| Hex | 60 | 67 | 22 | 7 | 0 | 43 | 3C | 42 | 32 | 1B |
| Octal | 140 | 147 | 42 | 7 | 0 | 103 | 74 | 102 | 62 | 33 |
| Binary | 1100000 | 1100111 | 100010 | 111 | 0 | 1000011 | 111100 | 1000010 | 110010 | 11011 |
Color Harmonies of #606722
Complementary color
Monochromatic Colors of #606722
Black with #606722
Text Example
Text Example
White with #606722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606722; }
p { color: rgb(96,103,34); }
H1.HeaderClassName
{
color: #606722;
}
.AnyTagClassName
{
color: #606722;
}
</style>
background-color css
<style>
a { background-color: #606722; }
a { background-color: rgb(96,103,34); }
div.DivClassName
{
background-color: #606722;
}
.BgClassName
{
background-color: #606722;
}
</style>
border-color css
<style>
span { border-color: #606722; }
span { border-color: rgb(96,103,34); }
td.TdClassName
{
border-color: #606722;
}
.TagClassName
{
border-color: #606722;
}
</style>