Shades of Fiji Green #6E6E0F
Tints of Fiji Green #6E6E0F
RGB
CMYK
RGB Variations
Color information
#6E6E0F (or 0x6E6E0F) is known color: Fiji Green. HEX triplet: 6E, 6E and 0F. RGB value is (110,110,15). Sum of RGB (Red+Green+Blue) = 110+110+15=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 110 - color contains mainly: red, green. Hex color #6E6E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6E0F is #9191F0. Grayscale: #636363. Windows color (decimal): -9540081 or 1011310. OLE color: 1011310.
HSL color Cylindrical-coordinate representation of color #6E6E0F: hue angle of 60º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E6E0F is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 110 | 15 | - |
| CMYK | 0 | 0 | 0.86 | 0.57 |
| HSL | 60º | 0.76% | 0.25% | - |
| HSV(B) | 60º | 0.86% | 0.43% | - |
| XYZ | 12.09 | 14.5 | 2.61 | - |
| YUV | 99.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 110 | 15 | 0 | 0 | 0.86 | 0.57 | 60 | 0.76 | 0.25 |
| Hex | 6E | 6E | F | 0 | 0 | 56 | 39 | 3C | 4C | 19 |
| Octal | 156 | 156 | 17 | 0 | 0 | 126 | 71 | 74 | 114 | 31 |
| Binary | 1101110 | 1101110 | 1111 | 0 | 0 | 1010110 | 111001 | 111100 | 1001100 | 11001 |
Color Harmonies of #6E6E0F
Complementary color
Monochromatic Colors of #6E6E0F
Black with #6E6E0F
Text Example
Text Example
White with #6E6E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6E0F; }
p { color: rgb(110,110,15); }
H1.HeaderClassName
{
color: #6E6E0F;
}
.AnyTagClassName
{
color: #6E6E0F;
}
</style>
background-color css
<style>
a { background-color: #6E6E0F; }
a { background-color: rgb(110,110,15); }
div.DivClassName
{
background-color: #6E6E0F;
}
.BgClassName
{
background-color: #6E6E0F;
}
</style>
border-color css
<style>
span { border-color: #6E6E0F; }
span { border-color: rgb(110,110,15); }
td.TdClassName
{
border-color: #6E6E0F;
}
.TagClassName
{
border-color: #6E6E0F;
}
</style>