Shades of Fiji Green #666D22
Tints of Fiji Green #666D22
RGB
CMYK
RGB Variations
Color information
#666D22 (or 0x666D22) is known color: Fiji Green. HEX triplet: 66, 6D and 22. RGB value is (102,109,34). Sum of RGB (Red+Green+Blue) = 102+109+34=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 109 - color contains mainly: green. Hex color #666D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666D22 is #9992DD. Grayscale: #626262. Windows color (decimal): -10064606 or 2256230. OLE color: 2256230.
HSL color Cylindrical-coordinate representation of color #666D22: hue angle of 65.6º degrees, saturation: 0.52, 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 #666D22 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 34 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.57 |
| HSL | 65.6º | 0.52% | 0.28% | - |
| HSV(B) | 65.6º | 0.69% | 0.43% | - |
| XYZ | 11.24 | 13.88 | 3.6 | - |
| YUV | 98.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 34 | 0.06 | 0 | 0.69 | 0.57 | 65.6 | 0.52 | 0.28 |
| Hex | 66 | 6D | 22 | 6 | 0 | 45 | 39 | 42 | 34 | 1C |
| Octal | 146 | 155 | 42 | 6 | 0 | 105 | 71 | 102 | 64 | 34 |
| Binary | 1100110 | 1101101 | 100010 | 110 | 0 | 1000101 | 111001 | 1000010 | 110100 | 11100 |
Color Harmonies of #666D22
Complementary color
Monochromatic Colors of #666D22
Black with #666D22
Text Example
Text Example
White with #666D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D22; }
p { color: rgb(102,109,34); }
H1.HeaderClassName
{
color: #666D22;
}
.AnyTagClassName
{
color: #666D22;
}
</style>
background-color css
<style>
a { background-color: #666D22; }
a { background-color: rgb(102,109,34); }
div.DivClassName
{
background-color: #666D22;
}
.BgClassName
{
background-color: #666D22;
}
</style>
border-color css
<style>
span { border-color: #666D22; }
span { border-color: rgb(102,109,34); }
td.TdClassName
{
border-color: #666D22;
}
.TagClassName
{
border-color: #666D22;
}
</style>