Shades of Trendy Green #6F801A
Tints of Trendy Green #6F801A
RGB
CMYK
RGB Variations
Color information
#6F801A (or 0x6F801A) is known color: Trendy Green. HEX triplet: 6F, 80 and 1A. RGB value is (111,128,26). Sum of RGB (Red+Green+Blue) = 111+128+26=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #6F801A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F801A is #907FE5. Grayscale: #6F6F6F. Windows color (decimal): -9469926 or 1736815. OLE color: 1736815.
HSL color Cylindrical-coordinate representation of color #6F801A: hue angle of 70º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F801A is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 128 | 26 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.50 |
| HSL | 70º | 0.66% | 0.3% | - |
| HSV(B) | 70º | 0.8% | 0.5% | - |
| XYZ | 14.46 | 18.89 | 3.86 | - |
| YUV | 111.29 | 79.87 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 26 | 0.13 | 0 | 0.80 | 0.50 | 70 | 0.66 | 0.3 |
| Hex | 6F | 80 | 1A | D | 0 | 50 | 32 | 46 | 42 | 1E |
| Octal | 157 | 200 | 32 | 15 | 0 | 120 | 62 | 106 | 102 | 36 |
| Binary | 1101111 | 10000000 | 11010 | 1101 | 0 | 1010000 | 110010 | 1000110 | 1000010 | 11110 |
Color Harmonies of #6F801A
Complementary color
Monochromatic Colors of #6F801A
Black with #6F801A
Text Example
Text Example
White with #6F801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F801A; }
p { color: rgb(111,128,26); }
H1.HeaderClassName
{
color: #6F801A;
}
.AnyTagClassName
{
color: #6F801A;
}
</style>
background-color css
<style>
a { background-color: #6F801A; }
a { background-color: rgb(111,128,26); }
div.DivClassName
{
background-color: #6F801A;
}
.BgClassName
{
background-color: #6F801A;
}
</style>
border-color css
<style>
span { border-color: #6F801A; }
span { border-color: rgb(111,128,26); }
td.TdClassName
{
border-color: #6F801A;
}
.TagClassName
{
border-color: #6F801A;
}
</style>