Shades of Fiji Green #66761C
Tints of Fiji Green #66761C
RGB
CMYK
RGB Variations
Color information
#66761C (or 0x66761C) is known color: Fiji Green. HEX triplet: 66, 76 and 1C. RGB value is (102,118,28). Sum of RGB (Red+Green+Blue) = 102+118+28=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #66761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66761C is #9989E3. Grayscale: #676767. Windows color (decimal): -10062308 or 1865318. OLE color: 1865318.
HSL color Cylindrical-coordinate representation of color #66761C: hue angle of 70.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66761C is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 118 | 28 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.54 |
| HSL | 70.67º | 0.62% | 0.29% | - |
| HSV(B) | 70.67º | 0.76% | 0.46% | - |
| XYZ | 12.17 | 15.87 | 3.52 | - |
| YUV | 102.96 | 85.7 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 118 | 28 | 0.14 | 0 | 0.76 | 0.54 | 70.67 | 0.62 | 0.29 |
| Hex | 66 | 76 | 1C | E | 0 | 4C | 36 | 47 | 3E | 1D |
| Octal | 146 | 166 | 34 | 16 | 0 | 114 | 66 | 107 | 76 | 35 |
| Binary | 1100110 | 1110110 | 11100 | 1110 | 0 | 1001100 | 110110 | 1000111 | 111110 | 11101 |
Color Harmonies of #66761C
Complementary color
Monochromatic Colors of #66761C
Black with #66761C
Text Example
Text Example
White with #66761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66761C; }
p { color: rgb(102,118,28); }
H1.HeaderClassName
{
color: #66761C;
}
.AnyTagClassName
{
color: #66761C;
}
</style>
background-color css
<style>
a { background-color: #66761C; }
a { background-color: rgb(102,118,28); }
div.DivClassName
{
background-color: #66761C;
}
.BgClassName
{
background-color: #66761C;
}
</style>
border-color css
<style>
span { border-color: #66761C; }
span { border-color: rgb(102,118,28); }
td.TdClassName
{
border-color: #66761C;
}
.TagClassName
{
border-color: #66761C;
}
</style>