Shades of Fiji Green #6E771C
Tints of Fiji Green #6E771C
RGB
CMYK
RGB Variations
Color information
#6E771C (or 0x6E771C) is known color: Fiji Green. HEX triplet: 6E, 77 and 1C. RGB value is (110,119,28). Sum of RGB (Red+Green+Blue) = 110+119+28=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #6E771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E771C is #9188E3. Grayscale: #6A6A6A. Windows color (decimal): -9537764 or 1865582. OLE color: 1865582.
HSL color Cylindrical-coordinate representation of color #6E771C: hue angle of 65.93º 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 #6E771C is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 119 | 28 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.53 |
| HSL | 65.93º | 0.62% | 0.29% | - |
| HSV(B) | 65.93º | 0.76% | 0.47% | - |
| XYZ | 13.24 | 16.59 | 3.6 | - |
| YUV | 105.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 28 | 0.08 | 0 | 0.76 | 0.53 | 65.93 | 0.62 | 0.29 |
| Hex | 6E | 77 | 1C | 8 | 0 | 4C | 35 | 42 | 3E | 1D |
| Octal | 156 | 167 | 34 | 10 | 0 | 114 | 65 | 102 | 76 | 35 |
| Binary | 1101110 | 1110111 | 11100 | 1000 | 0 | 1001100 | 110101 | 1000010 | 111110 | 11101 |
Color Harmonies of #6E771C
Complementary color
Monochromatic Colors of #6E771C
Black with #6E771C
Text Example
Text Example
White with #6E771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E771C; }
p { color: rgb(110,119,28); }
H1.HeaderClassName
{
color: #6E771C;
}
.AnyTagClassName
{
color: #6E771C;
}
</style>
background-color css
<style>
a { background-color: #6E771C; }
a { background-color: rgb(110,119,28); }
div.DivClassName
{
background-color: #6E771C;
}
.BgClassName
{
background-color: #6E771C;
}
</style>
border-color css
<style>
span { border-color: #6E771C; }
span { border-color: rgb(110,119,28); }
td.TdClassName
{
border-color: #6E771C;
}
.TagClassName
{
border-color: #6E771C;
}
</style>