Shades of Fiji Green #66620C
Tints of Fiji Green #66620C
RGB
CMYK
RGB Variations
Color information
#66620C (or 0x66620C) is known color: Fiji Green. HEX triplet: 66, 62 and 0C. RGB value is (102,98,12). Sum of RGB (Red+Green+Blue) = 102+98+12=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66620C is #999DF3. Grayscale: #595959. Windows color (decimal): -10067444 or 811622. OLE color: 811622.
HSL color Cylindrical-coordinate representation of color #66620C: hue angle of 57.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66620C is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 12 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.6 |
| HSL | 57.33º | 0.79% | 0.22% | - |
| HSV(B) | 57.33º | 0.88% | 0.4% | - |
| XYZ | 9.91 | 11.59 | 2.06 | - |
| YUV | 89.39 | 84.33 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 12 | 0 | 0.04 | 0.88 | 0.6 | 57.33 | 0.79 | 0.22 |
| Hex | 66 | 62 | C | 0 | 4 | 58 | 3C | 39 | 4F | 16 |
| Octal | 146 | 142 | 14 | 0 | 4 | 130 | 74 | 71 | 117 | 26 |
| Binary | 1100110 | 1100010 | 1100 | 0 | 100 | 1011000 | 111100 | 111001 | 1001111 | 10110 |
Color Harmonies of #66620C
Complementary color
Monochromatic Colors of #66620C
Black with #66620C
Text Example
Text Example
White with #66620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66620C; }
p { color: rgb(102,98,12); }
H1.HeaderClassName
{
color: #66620C;
}
.AnyTagClassName
{
color: #66620C;
}
</style>
background-color css
<style>
a { background-color: #66620C; }
a { background-color: rgb(102,98,12); }
div.DivClassName
{
background-color: #66620C;
}
.BgClassName
{
background-color: #66620C;
}
</style>
border-color css
<style>
span { border-color: #66620C; }
span { border-color: rgb(102,98,12); }
td.TdClassName
{
border-color: #66620C;
}
.TagClassName
{
border-color: #66620C;
}
</style>