Shades of Laurel #76937A
Tints of Laurel #76937A
RGB
CMYK
RGB Variations
Color information
#76937A (or 0x76937A) is known color: Laurel. HEX triplet: 76, 93 and 7A. RGB value is (118,147,122). Sum of RGB (Red+Green+Blue) = 118+147+122=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #76937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76937A is #896C85. Grayscale: #878787. Windows color (decimal): -9006214 or 8033142. OLE color: 8033142.
HSL color Cylindrical-coordinate representation of color #76937A: hue angle of 128.28º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76937A is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 147 | 122 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.42 |
| HSL | 128.28º | 0.12% | 0.52% | - |
| HSV(B) | 128.28º | 0.2% | 0.58% | - |
| XYZ | 21.42 | 26.12 | 22.33 | - |
| YUV | 135.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 122 | 0.20 | 0 | 0.17 | 0.42 | 128.28 | 0.12 | 0.52 |
| Hex | 76 | 93 | 7A | 14 | 0 | 11 | 2A | 80 | C | 34 |
| Octal | 166 | 223 | 172 | 24 | 0 | 21 | 52 | 200 | 14 | 64 |
| Binary | 1110110 | 10010011 | 1111010 | 10100 | 0 | 10001 | 101010 | 10000000 | 1100 | 110100 |
Color Harmonies of #76937A
Complementary color
Monochromatic Colors of #76937A
Black with #76937A
Text Example
Text Example
White with #76937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76937A; }
p { color: rgb(118,147,122); }
H1.HeaderClassName
{
color: #76937A;
}
.AnyTagClassName
{
color: #76937A;
}
</style>
background-color css
<style>
a { background-color: #76937A; }
a { background-color: rgb(118,147,122); }
div.DivClassName
{
background-color: #76937A;
}
.BgClassName
{
background-color: #76937A;
}
</style>
border-color css
<style>
span { border-color: #76937A; }
span { border-color: rgb(118,147,122); }
td.TdClassName
{
border-color: #76937A;
}
.TagClassName
{
border-color: #76937A;
}
</style>