Shades of Fiji Green #66761D
Tints of Fiji Green #66761D
RGB
CMYK
RGB Variations
Color information
#66761D (or 0x66761D) is known color: Fiji Green. HEX triplet: 66, 76 and 1D. RGB value is (102,118,29). Sum of RGB (Red+Green+Blue) = 102+118+29=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #66761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66761D is #9989E2. Grayscale: #676767. Windows color (decimal): -10062307 or 1930854. OLE color: 1930854.
HSL color Cylindrical-coordinate representation of color #66761D: hue angle of 70.79º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66761D is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 118 | 29 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.54 |
| HSL | 70.79º | 0.61% | 0.29% | - |
| HSV(B) | 70.79º | 0.75% | 0.46% | - |
| XYZ | 12.18 | 15.87 | 3.58 | - |
| YUV | 103.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 118 | 29 | 0.14 | 0 | 0.75 | 0.54 | 70.79 | 0.61 | 0.29 |
| Hex | 66 | 76 | 1D | E | 0 | 4B | 36 | 47 | 3D | 1D |
| Octal | 146 | 166 | 35 | 16 | 0 | 113 | 66 | 107 | 75 | 35 |
| Binary | 1100110 | 1110110 | 11101 | 1110 | 0 | 1001011 | 110110 | 1000111 | 111101 | 11101 |
Color Harmonies of #66761D
Complementary color
Monochromatic Colors of #66761D
Black with #66761D
Text Example
Text Example
White with #66761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66761D; }
p { color: rgb(102,118,29); }
H1.HeaderClassName
{
color: #66761D;
}
.AnyTagClassName
{
color: #66761D;
}
</style>
background-color css
<style>
a { background-color: #66761D; }
a { background-color: rgb(102,118,29); }
div.DivClassName
{
background-color: #66761D;
}
.BgClassName
{
background-color: #66761D;
}
</style>
border-color css
<style>
span { border-color: #66761D; }
span { border-color: rgb(102,118,29); }
td.TdClassName
{
border-color: #66761D;
}
.TagClassName
{
border-color: #66761D;
}
</style>