Shades of Fiji Green #66660A
Tints of Fiji Green #66660A
RGB
CMYK
RGB Variations
Color information
#66660A (or 0x66660A) is known color: Fiji Green. HEX triplet: 66, 66 and 0A. RGB value is (102,102,10). Sum of RGB (Red+Green+Blue) = 102+102+10=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66660A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66660A is #9999F5. Grayscale: #5B5B5B. Windows color (decimal): -10066422 or 681574. OLE color: 681574.
HSL color Cylindrical-coordinate representation of color #66660A: hue angle of 60º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66660A is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 102 | 10 | - |
| CMYK | 0 | 0 | 0.90 | 0.6 |
| HSL | 60º | 0.82% | 0.22% | - |
| HSV(B) | 60º | 0.9% | 0.4% | - |
| XYZ | 10.29 | 12.35 | 2.13 | - |
| YUV | 91.51 | 82 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 10 | 0 | 0 | 0.90 | 0.6 | 60 | 0.82 | 0.22 |
| Hex | 66 | 66 | A | 0 | 0 | 5A | 3C | 3C | 52 | 16 |
| Octal | 146 | 146 | 12 | 0 | 0 | 132 | 74 | 74 | 122 | 26 |
| Binary | 1100110 | 1100110 | 1010 | 0 | 0 | 1011010 | 111100 | 111100 | 1010010 | 10110 |
Color Harmonies of #66660A
Complementary color
Monochromatic Colors of #66660A
Black with #66660A
Text Example
Text Example
White with #66660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66660A; }
p { color: rgb(102,102,10); }
H1.HeaderClassName
{
color: #66660A;
}
.AnyTagClassName
{
color: #66660A;
}
</style>
background-color css
<style>
a { background-color: #66660A; }
a { background-color: rgb(102,102,10); }
div.DivClassName
{
background-color: #66660A;
}
.BgClassName
{
background-color: #66660A;
}
</style>
border-color css
<style>
span { border-color: #66660A; }
span { border-color: rgb(102,102,10); }
td.TdClassName
{
border-color: #66660A;
}
.TagClassName
{
border-color: #66660A;
}
</style>