Shades of Laurel #718B75
Tints of Laurel #718B75
RGB
CMYK
RGB Variations
Color information
#718B75 (or 0x718B75) is known color: Laurel. HEX triplet: 71, 8B and 75. RGB value is (113,139,117). Sum of RGB (Red+Green+Blue) = 113+139+117=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #718B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B75 is #8E748A. Grayscale: #808080. Windows color (decimal): -9335947 or 7703409. OLE color: 7703409.
HSL color Cylindrical-coordinate representation of color #718B75: hue angle of 129.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718B75 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 117 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.45 |
| HSL | 129.23º | 0.1% | 0.49% | - |
| HSV(B) | 129.23º | 0.19% | 0.55% | - |
| XYZ | 19.25 | 23.26 | 20.3 | - |
| YUV | 128.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 117 | 0.19 | 0 | 0.16 | 0.45 | 129.23 | 0.1 | 0.49 |
| Hex | 71 | 8B | 75 | 13 | 0 | 10 | 2D | 81 | A | 31 |
| Octal | 161 | 213 | 165 | 23 | 0 | 20 | 55 | 201 | 12 | 61 |
| Binary | 1110001 | 10001011 | 1110101 | 10011 | 0 | 10000 | 101101 | 10000001 | 1010 | 110001 |
Color Harmonies of #718B75
Complementary color
Monochromatic Colors of #718B75
Black with #718B75
Text Example
Text Example
White with #718B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B75; }
p { color: rgb(113,139,117); }
H1.HeaderClassName
{
color: #718B75;
}
.AnyTagClassName
{
color: #718B75;
}
</style>
background-color css
<style>
a { background-color: #718B75; }
a { background-color: rgb(113,139,117); }
div.DivClassName
{
background-color: #718B75;
}
.BgClassName
{
background-color: #718B75;
}
</style>
border-color css
<style>
span { border-color: #718B75; }
span { border-color: rgb(113,139,117); }
td.TdClassName
{
border-color: #718B75;
}
.TagClassName
{
border-color: #718B75;
}
</style>