Shades of Laurel #6A906E
Tints of Laurel #6A906E
RGB
CMYK
RGB Variations
Color information
#6A906E (or 0x6A906E) is known color: Laurel. HEX triplet: 6A, 90 and 6E. RGB value is (106,144,110). Sum of RGB (Red+Green+Blue) = 106+144+110=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #6A906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A906E is #956F91. Grayscale: #808080. Windows color (decimal): -9793426 or 7245930. OLE color: 7245930.
HSL color Cylindrical-coordinate representation of color #6A906E: hue angle of 126.32º 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 #6A906E is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 144 | 110 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.44 |
| HSL | 126.32º | 0.15% | 0.49% | - |
| HSV(B) | 126.32º | 0.26% | 0.56% | - |
| XYZ | 18.73 | 24.14 | 18.42 | - |
| YUV | 128.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 144 | 110 | 0.26 | 0 | 0.24 | 0.44 | 126.32 | 0.15 | 0.49 |
| Hex | 6A | 90 | 6E | 1A | 0 | 18 | 2C | 7E | F | 31 |
| Octal | 152 | 220 | 156 | 32 | 0 | 30 | 54 | 176 | 17 | 61 |
| Binary | 1101010 | 10010000 | 1101110 | 11010 | 0 | 11000 | 101100 | 1111110 | 1111 | 110001 |
Color Harmonies of #6A906E
Complementary color
Monochromatic Colors of #6A906E
Black with #6A906E
Text Example
Text Example
White with #6A906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A906E; }
p { color: rgb(106,144,110); }
H1.HeaderClassName
{
color: #6A906E;
}
.AnyTagClassName
{
color: #6A906E;
}
</style>
background-color css
<style>
a { background-color: #6A906E; }
a { background-color: rgb(106,144,110); }
div.DivClassName
{
background-color: #6A906E;
}
.BgClassName
{
background-color: #6A906E;
}
</style>
border-color css
<style>
span { border-color: #6A906E; }
span { border-color: rgb(106,144,110); }
td.TdClassName
{
border-color: #6A906E;
}
.TagClassName
{
border-color: #6A906E;
}
</style>