Shades of Fiji Green #65771D
Tints of Fiji Green #65771D
RGB
CMYK
RGB Variations
Color information
#65771D (or 0x65771D) is known color: Fiji Green. HEX triplet: 65, 77 and 1D. RGB value is (101,119,29). Sum of RGB (Red+Green+Blue) = 101+119+29=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #65771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65771D is #9A88E2. Grayscale: #676767. Windows color (decimal): -10127587 or 1931109. OLE color: 1931109.
HSL color Cylindrical-coordinate representation of color #65771D: hue angle of 72º 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 #65771D is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 119 | 29 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.53 |
| HSL | 72º | 0.61% | 0.29% | - |
| HSV(B) | 72º | 0.76% | 0.47% | - |
| XYZ | 12.19 | 16.05 | 3.62 | - |
| YUV | 103.36 | 86.04 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 29 | 0.15 | 0 | 0.76 | 0.53 | 72 | 0.61 | 0.29 |
| Hex | 65 | 77 | 1D | F | 0 | 4C | 35 | 48 | 3D | 1D |
| Octal | 145 | 167 | 35 | 17 | 0 | 114 | 65 | 110 | 75 | 35 |
| Binary | 1100101 | 1110111 | 11101 | 1111 | 0 | 1001100 | 110101 | 1001000 | 111101 | 11101 |
Color Harmonies of #65771D
Complementary color
Monochromatic Colors of #65771D
Black with #65771D
Text Example
Text Example
White with #65771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65771D; }
p { color: rgb(101,119,29); }
H1.HeaderClassName
{
color: #65771D;
}
.AnyTagClassName
{
color: #65771D;
}
</style>
background-color css
<style>
a { background-color: #65771D; }
a { background-color: rgb(101,119,29); }
div.DivClassName
{
background-color: #65771D;
}
.BgClassName
{
background-color: #65771D;
}
</style>
border-color css
<style>
span { border-color: #65771D; }
span { border-color: rgb(101,119,29); }
td.TdClassName
{
border-color: #65771D;
}
.TagClassName
{
border-color: #65771D;
}
</style>