Shades of Fiji Green #66771C
Tints of Fiji Green #66771C
RGB
CMYK
RGB Variations
Color information
#66771C (or 0x66771C) is known color: Fiji Green. HEX triplet: 66, 77 and 1C. RGB value is (102,119,28). Sum of RGB (Red+Green+Blue) = 102+119+28=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #66771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66771C is #9988E3. Grayscale: #676767. Windows color (decimal): -10062052 or 1865574. OLE color: 1865574.
HSL color Cylindrical-coordinate representation of color #66771C: hue angle of 71.21º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66771C is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 119 | 28 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.53 |
| HSL | 71.21º | 0.62% | 0.29% | - |
| HSV(B) | 71.21º | 0.76% | 0.47% | - |
| XYZ | 12.29 | 16.1 | 3.56 | - |
| YUV | 103.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 28 | 0.14 | 0 | 0.76 | 0.53 | 71.21 | 0.62 | 0.29 |
| Hex | 66 | 77 | 1C | E | 0 | 4C | 35 | 47 | 3E | 1D |
| Octal | 146 | 167 | 34 | 16 | 0 | 114 | 65 | 107 | 76 | 35 |
| Binary | 1100110 | 1110111 | 11100 | 1110 | 0 | 1001100 | 110101 | 1000111 | 111110 | 11101 |
Color Harmonies of #66771C
Complementary color
Monochromatic Colors of #66771C
Black with #66771C
Text Example
Text Example
White with #66771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66771C; }
p { color: rgb(102,119,28); }
H1.HeaderClassName
{
color: #66771C;
}
.AnyTagClassName
{
color: #66771C;
}
</style>
background-color css
<style>
a { background-color: #66771C; }
a { background-color: rgb(102,119,28); }
div.DivClassName
{
background-color: #66771C;
}
.BgClassName
{
background-color: #66771C;
}
</style>
border-color css
<style>
span { border-color: #66771C; }
span { border-color: rgb(102,119,28); }
td.TdClassName
{
border-color: #66771C;
}
.TagClassName
{
border-color: #66771C;
}
</style>