Shades of Fiji Green #66770C
Tints of Fiji Green #66770C
RGB
CMYK
RGB Variations
Color information
#66770C (or 0x66770C) is known color: Fiji Green. HEX triplet: 66, 77 and 0C. RGB value is (102,119,12). Sum of RGB (Red+Green+Blue) = 102+119+12=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #66770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66770C is #9988F3. Grayscale: #666666. Windows color (decimal): -10062068 or 816998. OLE color: 816998.
HSL color Cylindrical-coordinate representation of color #66770C: hue angle of 69.53º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66770C is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 119 | 12 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.53 |
| HSL | 69.53º | 0.82% | 0.26% | - |
| HSV(B) | 69.53º | 0.9% | 0.47% | - |
| XYZ | 12.14 | 16.04 | 2.8 | - |
| YUV | 101.72 | 77.37 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 12 | 0.14 | 0 | 0.90 | 0.53 | 69.53 | 0.82 | 0.26 |
| Hex | 66 | 77 | C | E | 0 | 5A | 35 | 46 | 52 | 1A |
| Octal | 146 | 167 | 14 | 16 | 0 | 132 | 65 | 106 | 122 | 32 |
| Binary | 1100110 | 1110111 | 1100 | 1110 | 0 | 1011010 | 110101 | 1000110 | 1010010 | 11010 |
Color Harmonies of #66770C
Complementary color
Monochromatic Colors of #66770C
Black with #66770C
Text Example
Text Example
White with #66770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66770C; }
p { color: rgb(102,119,12); }
H1.HeaderClassName
{
color: #66770C;
}
.AnyTagClassName
{
color: #66770C;
}
</style>
background-color css
<style>
a { background-color: #66770C; }
a { background-color: rgb(102,119,12); }
div.DivClassName
{
background-color: #66770C;
}
.BgClassName
{
background-color: #66770C;
}
</style>
border-color css
<style>
span { border-color: #66770C; }
span { border-color: rgb(102,119,12); }
td.TdClassName
{
border-color: #66770C;
}
.TagClassName
{
border-color: #66770C;
}
</style>