Shades of Fiji Green #66760D
Tints of Fiji Green #66760D
RGB
CMYK
RGB Variations
Color information
#66760D (or 0x66760D) is known color: Fiji Green. HEX triplet: 66, 76 and 0D. RGB value is (102,118,13). Sum of RGB (Red+Green+Blue) = 102+118+13=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #66760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66760D is #9989F2. Grayscale: #656565. Windows color (decimal): -10062323 or 882278. OLE color: 882278.
HSL color Cylindrical-coordinate representation of color #66760D: hue angle of 69.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66760D is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 118 | 13 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.54 |
| HSL | 69.14º | 0.8% | 0.26% | - |
| HSV(B) | 69.14º | 0.89% | 0.46% | - |
| XYZ | 12.03 | 15.81 | 2.8 | - |
| YUV | 101.25 | 78.2 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 118 | 13 | 0.14 | 0 | 0.89 | 0.54 | 69.14 | 0.8 | 0.26 |
| Hex | 66 | 76 | D | E | 0 | 59 | 36 | 45 | 50 | 1A |
| Octal | 146 | 166 | 15 | 16 | 0 | 131 | 66 | 105 | 120 | 32 |
| Binary | 1100110 | 1110110 | 1101 | 1110 | 0 | 1011001 | 110110 | 1000101 | 1010000 | 11010 |
Color Harmonies of #66760D
Complementary color
Monochromatic Colors of #66760D
Black with #66760D
Text Example
Text Example
White with #66760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66760D; }
p { color: rgb(102,118,13); }
H1.HeaderClassName
{
color: #66760D;
}
.AnyTagClassName
{
color: #66760D;
}
</style>
background-color css
<style>
a { background-color: #66760D; }
a { background-color: rgb(102,118,13); }
div.DivClassName
{
background-color: #66760D;
}
.BgClassName
{
background-color: #66760D;
}
</style>
border-color css
<style>
span { border-color: #66760D; }
span { border-color: rgb(102,118,13); }
td.TdClassName
{
border-color: #66760D;
}
.TagClassName
{
border-color: #66760D;
}
</style>