Shades of Fiji Green #6A770E
Tints of Fiji Green #6A770E
RGB
CMYK
RGB Variations
Color information
#6A770E (or 0x6A770E) is known color: Fiji Green. HEX triplet: 6A, 77 and 0E. RGB value is (106,119,14). Sum of RGB (Red+Green+Blue) = 106+119+14=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #6A770E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A770E is #9588F1. Grayscale: #676767. Windows color (decimal): -9799922 or 948074. OLE color: 948074.
HSL color Cylindrical-coordinate representation of color #6A770E: hue angle of 67.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A770E is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 119 | 14 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.53 |
| HSL | 67.43º | 0.79% | 0.26% | - |
| HSV(B) | 67.43º | 0.88% | 0.47% | - |
| XYZ | 12.62 | 16.29 | 2.89 | - |
| YUV | 103.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 119 | 14 | 0.11 | 0 | 0.88 | 0.53 | 67.43 | 0.79 | 0.26 |
| Hex | 6A | 77 | E | B | 0 | 58 | 35 | 43 | 4F | 1A |
| Octal | 152 | 167 | 16 | 13 | 0 | 130 | 65 | 103 | 117 | 32 |
| Binary | 1101010 | 1110111 | 1110 | 1011 | 0 | 1011000 | 110101 | 1000011 | 1001111 | 11010 |
Color Harmonies of #6A770E
Complementary color
Monochromatic Colors of #6A770E
Black with #6A770E
Text Example
Text Example
White with #6A770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A770E; }
p { color: rgb(106,119,14); }
H1.HeaderClassName
{
color: #6A770E;
}
.AnyTagClassName
{
color: #6A770E;
}
</style>
background-color css
<style>
a { background-color: #6A770E; }
a { background-color: rgb(106,119,14); }
div.DivClassName
{
background-color: #6A770E;
}
.BgClassName
{
background-color: #6A770E;
}
</style>
border-color css
<style>
span { border-color: #6A770E; }
span { border-color: rgb(106,119,14); }
td.TdClassName
{
border-color: #6A770E;
}
.TagClassName
{
border-color: #6A770E;
}
</style>