Shades of Laurel #769A78
Tints of Laurel #769A78
RGB
CMYK
RGB Variations
Color information
#769A78 (or 0x769A78) is known color: Laurel. HEX triplet: 76, 9A and 78. RGB value is (118,154,120). Sum of RGB (Red+Green+Blue) = 118+154+120=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 154 - color contains mainly: green. Hex color #769A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769A78 is #896587. Grayscale: #8B8B8B. Windows color (decimal): -9004424 or 7903862. OLE color: 7903862.
HSL color Cylindrical-coordinate representation of color #769A78: hue angle of 123.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769A78 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 154 | 120 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.40 |
| HSL | 123.33º | 0.15% | 0.53% | - |
| HSV(B) | 123.33º | 0.23% | 0.6% | - |
| XYZ | 22.42 | 28.32 | 22.05 | - |
| YUV | 139.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 120 | 0.23 | 0 | 0.22 | 0.40 | 123.33 | 0.15 | 0.53 |
| Hex | 76 | 9A | 78 | 17 | 0 | 16 | 28 | 7B | F | 35 |
| Octal | 166 | 232 | 170 | 27 | 0 | 26 | 50 | 173 | 17 | 65 |
| Binary | 1110110 | 10011010 | 1111000 | 10111 | 0 | 10110 | 101000 | 1111011 | 1111 | 110101 |
Color Harmonies of #769A78
Complementary color
Monochromatic Colors of #769A78
Black with #769A78
Text Example
Text Example
White with #769A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769A78; }
p { color: rgb(118,154,120); }
H1.HeaderClassName
{
color: #769A78;
}
.AnyTagClassName
{
color: #769A78;
}
</style>
background-color css
<style>
a { background-color: #769A78; }
a { background-color: rgb(118,154,120); }
div.DivClassName
{
background-color: #769A78;
}
.BgClassName
{
background-color: #769A78;
}
</style>
border-color css
<style>
span { border-color: #769A78; }
span { border-color: rgb(118,154,120); }
td.TdClassName
{
border-color: #769A78;
}
.TagClassName
{
border-color: #769A78;
}
</style>