Shades of Fiji Green #66700A
Tints of Fiji Green #66700A
RGB
CMYK
RGB Variations
Color information
#66700A (or 0x66700A) is known color: Fiji Green. HEX triplet: 66, 70 and 0A. RGB value is (102,112,10). Sum of RGB (Red+Green+Blue) = 102+112+10=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #66700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66700A is #998FF5. Grayscale: #616161. Windows color (decimal): -10063862 or 684134. OLE color: 684134.
HSL color Cylindrical-coordinate representation of color #66700A: hue angle of 65.88º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66700A is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 112 | 10 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.56 |
| HSL | 65.88º | 0.84% | 0.24% | - |
| HSV(B) | 65.88º | 0.91% | 0.44% | - |
| XYZ | 11.33 | 14.44 | 2.48 | - |
| YUV | 97.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 10 | 0.09 | 0 | 0.91 | 0.56 | 65.88 | 0.84 | 0.24 |
| Hex | 66 | 70 | A | 9 | 0 | 5B | 38 | 42 | 54 | 18 |
| Octal | 146 | 160 | 12 | 11 | 0 | 133 | 70 | 102 | 124 | 30 |
| Binary | 1100110 | 1110000 | 1010 | 1001 | 0 | 1011011 | 111000 | 1000010 | 1010100 | 11000 |
Color Harmonies of #66700A
Complementary color
Monochromatic Colors of #66700A
Black with #66700A
Text Example
Text Example
White with #66700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66700A; }
p { color: rgb(102,112,10); }
H1.HeaderClassName
{
color: #66700A;
}
.AnyTagClassName
{
color: #66700A;
}
</style>
background-color css
<style>
a { background-color: #66700A; }
a { background-color: rgb(102,112,10); }
div.DivClassName
{
background-color: #66700A;
}
.BgClassName
{
background-color: #66700A;
}
</style>
border-color css
<style>
span { border-color: #66700A; }
span { border-color: rgb(102,112,10); }
td.TdClassName
{
border-color: #66700A;
}
.TagClassName
{
border-color: #66700A;
}
</style>