Shades of Laurel #6A8F6E
Tints of Laurel #6A8F6E
RGB
CMYK
RGB Variations
Color information
#6A8F6E (or 0x6A8F6E) is known color: Laurel. HEX triplet: 6A, 8F and 6E. RGB value is (106,143,110). Sum of RGB (Red+Green+Blue) = 106+143+110=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 143 - color contains mainly: green. Hex color #6A8F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8F6E is #957091. Grayscale: #808080. Windows color (decimal): -9793682 or 7245674. OLE color: 7245674.
HSL color Cylindrical-coordinate representation of color #6A8F6E: hue angle of 126.49º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A8F6E is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 143 | 110 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.44 |
| HSL | 126.49º | 0.15% | 0.49% | - |
| HSV(B) | 126.49º | 0.26% | 0.56% | - |
| XYZ | 18.58 | 23.83 | 18.37 | - |
| YUV | 128.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 143 | 110 | 0.26 | 0 | 0.23 | 0.44 | 126.49 | 0.15 | 0.49 |
| Hex | 6A | 8F | 6E | 1A | 0 | 17 | 2C | 7E | F | 31 |
| Octal | 152 | 217 | 156 | 32 | 0 | 27 | 54 | 176 | 17 | 61 |
| Binary | 1101010 | 10001111 | 1101110 | 11010 | 0 | 10111 | 101100 | 1111110 | 1111 | 110001 |
Color Harmonies of #6A8F6E
Complementary color
Monochromatic Colors of #6A8F6E
Black with #6A8F6E
Text Example
Text Example
White with #6A8F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8F6E; }
p { color: rgb(106,143,110); }
H1.HeaderClassName
{
color: #6A8F6E;
}
.AnyTagClassName
{
color: #6A8F6E;
}
</style>
background-color css
<style>
a { background-color: #6A8F6E; }
a { background-color: rgb(106,143,110); }
div.DivClassName
{
background-color: #6A8F6E;
}
.BgClassName
{
background-color: #6A8F6E;
}
</style>
border-color css
<style>
span { border-color: #6A8F6E; }
span { border-color: rgb(106,143,110); }
td.TdClassName
{
border-color: #6A8F6E;
}
.TagClassName
{
border-color: #6A8F6E;
}
</style>