Shades of Fiji Green #6E8011
Tints of Fiji Green #6E8011
RGB
CMYK
RGB Variations
Color information
#6E8011 (or 0x6E8011) is known color: Fiji Green. HEX triplet: 6E, 80 and 11. RGB value is (110,128,17). Sum of RGB (Red+Green+Blue) = 110+128+17=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #6E8011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8011 is #917FEE. Grayscale: #6E6E6E. Windows color (decimal): -9535471 or 1146990. OLE color: 1146990.
HSL color Cylindrical-coordinate representation of color #6E8011: hue angle of 69.73º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E8011 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 128 | 17 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.50 |
| HSL | 69.73º | 0.77% | 0.28% | - |
| HSV(B) | 69.73º | 0.87% | 0.5% | - |
| XYZ | 14.25 | 18.79 | 3.41 | - |
| YUV | 109.96 | 75.54 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 128 | 17 | 0.14 | 0 | 0.87 | 0.50 | 69.73 | 0.77 | 0.28 |
| Hex | 6E | 80 | 11 | E | 0 | 57 | 32 | 46 | 4D | 1C |
| Octal | 156 | 200 | 21 | 16 | 0 | 127 | 62 | 106 | 115 | 34 |
| Binary | 1101110 | 10000000 | 10001 | 1110 | 0 | 1010111 | 110010 | 1000110 | 1001101 | 11100 |
Color Harmonies of #6E8011
Complementary color
Monochromatic Colors of #6E8011
Black with #6E8011
Text Example
Text Example
White with #6E8011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8011; }
p { color: rgb(110,128,17); }
H1.HeaderClassName
{
color: #6E8011;
}
.AnyTagClassName
{
color: #6E8011;
}
</style>
background-color css
<style>
a { background-color: #6E8011; }
a { background-color: rgb(110,128,17); }
div.DivClassName
{
background-color: #6E8011;
}
.BgClassName
{
background-color: #6E8011;
}
</style>
border-color css
<style>
span { border-color: #6E8011; }
span { border-color: rgb(110,128,17); }
td.TdClassName
{
border-color: #6E8011;
}
.TagClassName
{
border-color: #6E8011;
}
</style>