Shades of Fiji Green #6F771B
Tints of Fiji Green #6F771B
RGB
CMYK
RGB Variations
Color information
#6F771B (or 0x6F771B) is known color: Fiji Green. HEX triplet: 6F, 77 and 1B. RGB value is (111,119,27). Sum of RGB (Red+Green+Blue) = 111+119+27=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #6F771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F771B is #9088E4. Grayscale: #6A6A6A. Windows color (decimal): -9472229 or 1800047. OLE color: 1800047.
HSL color Cylindrical-coordinate representation of color #6F771B: hue angle of 65.22º 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 #6F771B is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 27 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.53 |
| HSL | 65.22º | 0.63% | 0.29% | - |
| HSV(B) | 65.22º | 0.77% | 0.47% | - |
| XYZ | 13.35 | 16.65 | 3.55 | - |
| YUV | 106.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 27 | 0.07 | 0 | 0.77 | 0.53 | 65.22 | 0.63 | 0.29 |
| Hex | 6F | 77 | 1B | 7 | 0 | 4D | 35 | 41 | 3F | 1D |
| Octal | 157 | 167 | 33 | 7 | 0 | 115 | 65 | 101 | 77 | 35 |
| Binary | 1101111 | 1110111 | 11011 | 111 | 0 | 1001101 | 110101 | 1000001 | 111111 | 11101 |
Color Harmonies of #6F771B
Complementary color
Monochromatic Colors of #6F771B
Black with #6F771B
Text Example
Text Example
White with #6F771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F771B; }
p { color: rgb(111,119,27); }
H1.HeaderClassName
{
color: #6F771B;
}
.AnyTagClassName
{
color: #6F771B;
}
</style>
background-color css
<style>
a { background-color: #6F771B; }
a { background-color: rgb(111,119,27); }
div.DivClassName
{
background-color: #6F771B;
}
.BgClassName
{
background-color: #6F771B;
}
</style>
border-color css
<style>
span { border-color: #6F771B; }
span { border-color: rgb(111,119,27); }
td.TdClassName
{
border-color: #6F771B;
}
.TagClassName
{
border-color: #6F771B;
}
</style>