Shades of Laurel #6A866D
Tints of Laurel #6A866D
RGB
CMYK
RGB Variations
Color information
#6A866D (or 0x6A866D) is known color: Laurel. HEX triplet: 6A, 86 and 6D. RGB value is (106,134,109). Sum of RGB (Red+Green+Blue) = 106+134+109=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #6A866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A866D is #957992. Grayscale: #7A7A7A. Windows color (decimal): -9795987 or 7177834. OLE color: 7177834.
HSL color Cylindrical-coordinate representation of color #6A866D: hue angle of 126.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A866D is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 109 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.47 |
| HSL | 126.43º | 0.12% | 0.47% | - |
| HSV(B) | 126.43º | 0.21% | 0.53% | - |
| XYZ | 17.23 | 21.22 | 17.66 | - |
| YUV | 122.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 109 | 0.21 | 0 | 0.19 | 0.47 | 126.43 | 0.12 | 0.47 |
| Hex | 6A | 86 | 6D | 15 | 0 | 13 | 2F | 7E | C | 2F |
| Octal | 152 | 206 | 155 | 25 | 0 | 23 | 57 | 176 | 14 | 57 |
| Binary | 1101010 | 10000110 | 1101101 | 10101 | 0 | 10011 | 101111 | 1111110 | 1100 | 101111 |
Color Harmonies of #6A866D
Complementary color
Monochromatic Colors of #6A866D
Black with #6A866D
Text Example
Text Example
White with #6A866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A866D; }
p { color: rgb(106,134,109); }
H1.HeaderClassName
{
color: #6A866D;
}
.AnyTagClassName
{
color: #6A866D;
}
</style>
background-color css
<style>
a { background-color: #6A866D; }
a { background-color: rgb(106,134,109); }
div.DivClassName
{
background-color: #6A866D;
}
.BgClassName
{
background-color: #6A866D;
}
</style>
border-color css
<style>
span { border-color: #6A866D; }
span { border-color: rgb(106,134,109); }
td.TdClassName
{
border-color: #6A866D;
}
.TagClassName
{
border-color: #6A866D;
}
</style>