Shades of Laurel #60926A
Tints of Laurel #60926A
RGB
CMYK
RGB Variations
Color information
#60926A (or 0x60926A) is known color: Laurel. HEX triplet: 60, 92 and 6A. RGB value is (96,146,106). Sum of RGB (Red+Green+Blue) = 96+146+106=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #60926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60926A is #9F6D95. Grayscale: #7E7E7E. Windows color (decimal): -10448278 or 6984288. OLE color: 6984288.
HSL color Cylindrical-coordinate representation of color #60926A: hue angle of 132º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60926A is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 146 | 106 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.43 |
| HSL | 132º | 0.21% | 0.47% | - |
| HSV(B) | 132º | 0.34% | 0.57% | - |
| XYZ | 17.7 | 24.09 | 17.35 | - |
| YUV | 126.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 146 | 106 | 0.34 | 0 | 0.27 | 0.43 | 132 | 0.21 | 0.47 |
| Hex | 60 | 92 | 6A | 22 | 0 | 1B | 2B | 84 | 15 | 2F |
| Octal | 140 | 222 | 152 | 42 | 0 | 33 | 53 | 204 | 25 | 57 |
| Binary | 1100000 | 10010010 | 1101010 | 100010 | 0 | 11011 | 101011 | 10000100 | 10101 | 101111 |
Color Harmonies of #60926A
Complementary color
Monochromatic Colors of #60926A
Black with #60926A
Text Example
Text Example
White with #60926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60926A; }
p { color: rgb(96,146,106); }
H1.HeaderClassName
{
color: #60926A;
}
.AnyTagClassName
{
color: #60926A;
}
</style>
background-color css
<style>
a { background-color: #60926A; }
a { background-color: rgb(96,146,106); }
div.DivClassName
{
background-color: #60926A;
}
.BgClassName
{
background-color: #60926A;
}
</style>
border-color css
<style>
span { border-color: #60926A; }
span { border-color: rgb(96,146,106); }
td.TdClassName
{
border-color: #60926A;
}
.TagClassName
{
border-color: #60926A;
}
</style>