Shades of Fiji Green #66771D
Tints of Fiji Green #66771D
RGB
CMYK
RGB Variations
Color information
#66771D (or 0x66771D) is known color: Fiji Green. HEX triplet: 66, 77 and 1D. RGB value is (102,119,29). Sum of RGB (Red+Green+Blue) = 102+119+29=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #66771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66771D is #9988E2. Grayscale: #676767. Windows color (decimal): -10062051 or 1931110. OLE color: 1931110.
HSL color Cylindrical-coordinate representation of color #66771D: hue angle of 71.33º degrees, saturation: 0.61, 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 #66771D is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 119 | 29 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.53 |
| HSL | 71.33º | 0.61% | 0.29% | - |
| HSV(B) | 71.33º | 0.76% | 0.47% | - |
| XYZ | 12.3 | 16.11 | 3.62 | - |
| YUV | 103.66 | 85.87 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 29 | 0.14 | 0 | 0.76 | 0.53 | 71.33 | 0.61 | 0.29 |
| Hex | 66 | 77 | 1D | E | 0 | 4C | 35 | 47 | 3D | 1D |
| Octal | 146 | 167 | 35 | 16 | 0 | 114 | 65 | 107 | 75 | 35 |
| Binary | 1100110 | 1110111 | 11101 | 1110 | 0 | 1001100 | 110101 | 1000111 | 111101 | 11101 |
Color Harmonies of #66771D
Complementary color
Monochromatic Colors of #66771D
Black with #66771D
Text Example
Text Example
White with #66771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66771D; }
p { color: rgb(102,119,29); }
H1.HeaderClassName
{
color: #66771D;
}
.AnyTagClassName
{
color: #66771D;
}
</style>
background-color css
<style>
a { background-color: #66771D; }
a { background-color: rgb(102,119,29); }
div.DivClassName
{
background-color: #66771D;
}
.BgClassName
{
background-color: #66771D;
}
</style>
border-color css
<style>
span { border-color: #66771D; }
span { border-color: rgb(102,119,29); }
td.TdClassName
{
border-color: #66771D;
}
.TagClassName
{
border-color: #66771D;
}
</style>