Shades of Laurel #6FA26E
Tints of Laurel #6FA26E
RGB
CMYK
RGB Variations
Color information
#6FA26E (or 0x6FA26E) is known color: Laurel. HEX triplet: 6F, A2 and 6E. RGB value is (111,162,110). Sum of RGB (Red+Green+Blue) = 111+162+110=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA26E is #905D91. Grayscale: #8C8C8C. Windows color (decimal): -9461138 or 7250543. OLE color: 7250543.
HSL color Cylindrical-coordinate representation of color #6FA26E: hue angle of 118.85º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6FA26E is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 110 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.36 |
| HSL | 118.85º | 0.22% | 0.53% | - |
| HSV(B) | 118.85º | 0.32% | 0.64% | - |
| XYZ | 22.29 | 30.35 | 19.43 | - |
| YUV | 140.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 110 | 0.31 | 0 | 0.32 | 0.36 | 118.85 | 0.22 | 0.53 |
| Hex | 6F | A2 | 6E | 1F | 0 | 20 | 24 | 77 | 16 | 35 |
| Octal | 157 | 242 | 156 | 37 | 0 | 40 | 44 | 167 | 26 | 65 |
| Binary | 1101111 | 10100010 | 1101110 | 11111 | 0 | 100000 | 100100 | 1110111 | 10110 | 110101 |
Color Harmonies of #6FA26E
Complementary color
Monochromatic Colors of #6FA26E
Black with #6FA26E
Text Example
Text Example
White with #6FA26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA26E; }
p { color: rgb(111,162,110); }
H1.HeaderClassName
{
color: #6FA26E;
}
.AnyTagClassName
{
color: #6FA26E;
}
</style>
background-color css
<style>
a { background-color: #6FA26E; }
a { background-color: rgb(111,162,110); }
div.DivClassName
{
background-color: #6FA26E;
}
.BgClassName
{
background-color: #6FA26E;
}
</style>
border-color css
<style>
span { border-color: #6FA26E; }
span { border-color: rgb(111,162,110); }
td.TdClassName
{
border-color: #6FA26E;
}
.TagClassName
{
border-color: #6FA26E;
}
</style>