Shades of Laurel #6A9370
Tints of Laurel #6A9370
RGB
CMYK
RGB Variations
Color information
#6A9370 (or 0x6A9370) is known color: Laurel. HEX triplet: 6A, 93 and 70. RGB value is (106,147,112). Sum of RGB (Red+Green+Blue) = 106+147+112=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9370 is #956C8F. Grayscale: #828282. Windows color (decimal): -9792656 or 7377770. OLE color: 7377770.
HSL color Cylindrical-coordinate representation of color #6A9370: hue angle of 128.78º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A9370 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 147 | 112 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.42 |
| HSL | 128.78º | 0.16% | 0.5% | - |
| HSV(B) | 128.78º | 0.28% | 0.58% | - |
| XYZ | 19.3 | 25.1 | 19.16 | - |
| YUV | 130.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 147 | 112 | 0.28 | 0 | 0.24 | 0.42 | 128.78 | 0.16 | 0.5 |
| Hex | 6A | 93 | 70 | 1C | 0 | 18 | 2A | 81 | 10 | 32 |
| Octal | 152 | 223 | 160 | 34 | 0 | 30 | 52 | 201 | 20 | 62 |
| Binary | 1101010 | 10010011 | 1110000 | 11100 | 0 | 11000 | 101010 | 10000001 | 10000 | 110010 |
Color Harmonies of #6A9370
Complementary color
Monochromatic Colors of #6A9370
Black with #6A9370
Text Example
Text Example
White with #6A9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9370; }
p { color: rgb(106,147,112); }
H1.HeaderClassName
{
color: #6A9370;
}
.AnyTagClassName
{
color: #6A9370;
}
</style>
background-color css
<style>
a { background-color: #6A9370; }
a { background-color: rgb(106,147,112); }
div.DivClassName
{
background-color: #6A9370;
}
.BgClassName
{
background-color: #6A9370;
}
</style>
border-color css
<style>
span { border-color: #6A9370; }
span { border-color: rgb(106,147,112); }
td.TdClassName
{
border-color: #6A9370;
}
.TagClassName
{
border-color: #6A9370;
}
</style>