Shades of Laurel #6A8E6D
Tints of Laurel #6A8E6D
RGB
CMYK
RGB Variations
Color information
#6A8E6D (or 0x6A8E6D) is known color: Laurel. HEX triplet: 6A, 8E and 6D. RGB value is (106,142,109). Sum of RGB (Red+Green+Blue) = 106+142+109=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8E6D is #957192. Grayscale: #7F7F7F. Windows color (decimal): -9793939 or 7179882. OLE color: 7179882.
HSL color Cylindrical-coordinate representation of color #6A8E6D: hue angle of 125º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A8E6D is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 142 | 109 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.44 |
| HSL | 125º | 0.15% | 0.49% | - |
| HSV(B) | 125º | 0.25% | 0.56% | - |
| XYZ | 18.38 | 23.51 | 18.04 | - |
| YUV | 127.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 142 | 109 | 0.25 | 0 | 0.23 | 0.44 | 125 | 0.15 | 0.49 |
| Hex | 6A | 8E | 6D | 19 | 0 | 17 | 2C | 7D | F | 31 |
| Octal | 152 | 216 | 155 | 31 | 0 | 27 | 54 | 175 | 17 | 61 |
| Binary | 1101010 | 10001110 | 1101101 | 11001 | 0 | 10111 | 101100 | 1111101 | 1111 | 110001 |
Color Harmonies of #6A8E6D
Complementary color
Monochromatic Colors of #6A8E6D
Black with #6A8E6D
Text Example
Text Example
White with #6A8E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8E6D; }
p { color: rgb(106,142,109); }
H1.HeaderClassName
{
color: #6A8E6D;
}
.AnyTagClassName
{
color: #6A8E6D;
}
</style>
background-color css
<style>
a { background-color: #6A8E6D; }
a { background-color: rgb(106,142,109); }
div.DivClassName
{
background-color: #6A8E6D;
}
.BgClassName
{
background-color: #6A8E6D;
}
</style>
border-color css
<style>
span { border-color: #6A8E6D; }
span { border-color: rgb(106,142,109); }
td.TdClassName
{
border-color: #6A8E6D;
}
.TagClassName
{
border-color: #6A8E6D;
}
</style>