Shades of Fiji Green #65771B
Tints of Fiji Green #65771B
RGB
CMYK
RGB Variations
Color information
#65771B (or 0x65771B) is known color: Fiji Green. HEX triplet: 65, 77 and 1B. RGB value is (101,119,27). Sum of RGB (Red+Green+Blue) = 101+119+27=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #65771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65771B is #9A88E4. Grayscale: #676767. Windows color (decimal): -10127589 or 1800037. OLE color: 1800037.
HSL color Cylindrical-coordinate representation of color #65771B: hue angle of 71.74º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65771B is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 119 | 27 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.53 |
| HSL | 71.74º | 0.63% | 0.29% | - |
| HSV(B) | 71.74º | 0.77% | 0.47% | - |
| XYZ | 12.16 | 16.04 | 3.49 | - |
| YUV | 103.13 | 85.04 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 27 | 0.15 | 0 | 0.77 | 0.53 | 71.74 | 0.63 | 0.29 |
| Hex | 65 | 77 | 1B | F | 0 | 4D | 35 | 48 | 3F | 1D |
| Octal | 145 | 167 | 33 | 17 | 0 | 115 | 65 | 110 | 77 | 35 |
| Binary | 1100101 | 1110111 | 11011 | 1111 | 0 | 1001101 | 110101 | 1001000 | 111111 | 11101 |
Color Harmonies of #65771B
Complementary color
Monochromatic Colors of #65771B
Black with #65771B
Text Example
Text Example
White with #65771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65771B; }
p { color: rgb(101,119,27); }
H1.HeaderClassName
{
color: #65771B;
}
.AnyTagClassName
{
color: #65771B;
}
</style>
background-color css
<style>
a { background-color: #65771B; }
a { background-color: rgb(101,119,27); }
div.DivClassName
{
background-color: #65771B;
}
.BgClassName
{
background-color: #65771B;
}
</style>
border-color css
<style>
span { border-color: #65771B; }
span { border-color: rgb(101,119,27); }
td.TdClassName
{
border-color: #65771B;
}
.TagClassName
{
border-color: #65771B;
}
</style>