Shades of Fiji Green #666E22
Tints of Fiji Green #666E22
RGB
CMYK
RGB Variations
Color information
#666E22 (or 0x666E22) is known color: Fiji Green. HEX triplet: 66, 6E and 22. RGB value is (102,110,34). Sum of RGB (Red+Green+Blue) = 102+110+34=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 110 - color contains mainly: green. Hex color #666E22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666E22 is #9991DD. Grayscale: #636363. Windows color (decimal): -10064350 or 2256486. OLE color: 2256486.
HSL color Cylindrical-coordinate representation of color #666E22: hue angle of 66.32º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #666E22 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 110 | 34 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.57 |
| HSL | 66.32º | 0.53% | 0.28% | - |
| HSV(B) | 66.32º | 0.69% | 0.43% | - |
| XYZ | 11.34 | 14.09 | 3.64 | - |
| YUV | 98.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 34 | 0.07 | 0 | 0.69 | 0.57 | 66.32 | 0.53 | 0.28 |
| Hex | 66 | 6E | 22 | 7 | 0 | 45 | 39 | 42 | 35 | 1C |
| Octal | 146 | 156 | 42 | 7 | 0 | 105 | 71 | 102 | 65 | 34 |
| Binary | 1100110 | 1101110 | 100010 | 111 | 0 | 1000101 | 111001 | 1000010 | 110101 | 11100 |
Color Harmonies of #666E22
Complementary color
Monochromatic Colors of #666E22
Black with #666E22
Text Example
Text Example
White with #666E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E22; }
p { color: rgb(102,110,34); }
H1.HeaderClassName
{
color: #666E22;
}
.AnyTagClassName
{
color: #666E22;
}
</style>
background-color css
<style>
a { background-color: #666E22; }
a { background-color: rgb(102,110,34); }
div.DivClassName
{
background-color: #666E22;
}
.BgClassName
{
background-color: #666E22;
}
</style>
border-color css
<style>
span { border-color: #666E22; }
span { border-color: rgb(102,110,34); }
td.TdClassName
{
border-color: #666E22;
}
.TagClassName
{
border-color: #666E22;
}
</style>