Shades of Laurel #6A8E6E
Tints of Laurel #6A8E6E
RGB
CMYK
RGB Variations
Color information
#6A8E6E (or 0x6A8E6E) is known color: Laurel. HEX triplet: 6A, 8E and 6E. RGB value is (106,142,110). Sum of RGB (Red+Green+Blue) = 106+142+110=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8E6E is #957191. Grayscale: #7F7F7F. Windows color (decimal): -9793938 or 7245418. OLE color: 7245418.
HSL color Cylindrical-coordinate representation of color #6A8E6E: hue angle of 126.67º 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 #6A8E6E is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 142 | 110 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.44 |
| HSL | 126.67º | 0.15% | 0.49% | - |
| HSV(B) | 126.67º | 0.25% | 0.56% | - |
| XYZ | 18.43 | 23.54 | 18.32 | - |
| YUV | 127.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 142 | 110 | 0.25 | 0 | 0.23 | 0.44 | 126.67 | 0.15 | 0.49 |
| Hex | 6A | 8E | 6E | 19 | 0 | 17 | 2C | 7F | F | 31 |
| Octal | 152 | 216 | 156 | 31 | 0 | 27 | 54 | 177 | 17 | 61 |
| Binary | 1101010 | 10001110 | 1101110 | 11001 | 0 | 10111 | 101100 | 1111111 | 1111 | 110001 |
Color Harmonies of #6A8E6E
Complementary color
Monochromatic Colors of #6A8E6E
Black with #6A8E6E
Text Example
Text Example
White with #6A8E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8E6E; }
p { color: rgb(106,142,110); }
H1.HeaderClassName
{
color: #6A8E6E;
}
.AnyTagClassName
{
color: #6A8E6E;
}
</style>
background-color css
<style>
a { background-color: #6A8E6E; }
a { background-color: rgb(106,142,110); }
div.DivClassName
{
background-color: #6A8E6E;
}
.BgClassName
{
background-color: #6A8E6E;
}
</style>
border-color css
<style>
span { border-color: #6A8E6E; }
span { border-color: rgb(106,142,110); }
td.TdClassName
{
border-color: #6A8E6E;
}
.TagClassName
{
border-color: #6A8E6E;
}
</style>