Shades of Laurel #5D9069
Tints of Laurel #5D9069
RGB
CMYK
RGB Variations
Color information
#5D9069 (or 0x5D9069) is known color: Laurel. HEX triplet: 5D, 90 and 69. RGB value is (93,144,105). Sum of RGB (Red+Green+Blue) = 93+144+105=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #5D9069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9069 is #A26F96. Grayscale: #7C7C7C. Windows color (decimal): -10645399 or 6918237. OLE color: 6918237.
HSL color Cylindrical-coordinate representation of color #5D9069: hue angle of 134.12º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D9069 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 144 | 105 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.44 |
| HSL | 134.12º | 0.22% | 0.46% | - |
| HSV(B) | 134.12º | 0.35% | 0.56% | - |
| XYZ | 17.04 | 23.29 | 16.96 | - |
| YUV | 124.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 105 | 0.35 | 0 | 0.27 | 0.44 | 134.12 | 0.22 | 0.46 |
| Hex | 5D | 90 | 69 | 23 | 0 | 1B | 2C | 86 | 16 | 2E |
| Octal | 135 | 220 | 151 | 43 | 0 | 33 | 54 | 206 | 26 | 56 |
| Binary | 1011101 | 10010000 | 1101001 | 100011 | 0 | 11011 | 101100 | 10000110 | 10110 | 101110 |
Color Harmonies of #5D9069
Complementary color
Monochromatic Colors of #5D9069
Black with #5D9069
Text Example
Text Example
White with #5D9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9069; }
p { color: rgb(93,144,105); }
H1.HeaderClassName
{
color: #5D9069;
}
.AnyTagClassName
{
color: #5D9069;
}
</style>
background-color css
<style>
a { background-color: #5D9069; }
a { background-color: rgb(93,144,105); }
div.DivClassName
{
background-color: #5D9069;
}
.BgClassName
{
background-color: #5D9069;
}
</style>
border-color css
<style>
span { border-color: #5D9069; }
span { border-color: rgb(93,144,105); }
td.TdClassName
{
border-color: #5D9069;
}
.TagClassName
{
border-color: #5D9069;
}
</style>