Shades of Laurel #61926A
Tints of Laurel #61926A
RGB
CMYK
RGB Variations
Color information
#61926A (or 0x61926A) is known color: Laurel. HEX triplet: 61, 92 and 6A. RGB value is (97,146,106). Sum of RGB (Red+Green+Blue) = 97+146+106=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #61926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61926A is #9E6D95. Grayscale: #7E7E7E. Windows color (decimal): -10382742 or 6984289. OLE color: 6984289.
HSL color Cylindrical-coordinate representation of color #61926A: hue angle of 131.02º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61926A is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 146 | 106 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.43 |
| HSL | 131.02º | 0.2% | 0.48% | - |
| HSV(B) | 131.02º | 0.34% | 0.57% | - |
| XYZ | 17.81 | 24.14 | 17.36 | - |
| YUV | 126.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 106 | 0.34 | 0 | 0.27 | 0.43 | 131.02 | 0.2 | 0.48 |
| Hex | 61 | 92 | 6A | 22 | 0 | 1B | 2B | 83 | 14 | 30 |
| Octal | 141 | 222 | 152 | 42 | 0 | 33 | 53 | 203 | 24 | 60 |
| Binary | 1100001 | 10010010 | 1101010 | 100010 | 0 | 11011 | 101011 | 10000011 | 10100 | 110000 |
Color Harmonies of #61926A
Complementary color
Monochromatic Colors of #61926A
Black with #61926A
Text Example
Text Example
White with #61926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61926A; }
p { color: rgb(97,146,106); }
H1.HeaderClassName
{
color: #61926A;
}
.AnyTagClassName
{
color: #61926A;
}
</style>
background-color css
<style>
a { background-color: #61926A; }
a { background-color: rgb(97,146,106); }
div.DivClassName
{
background-color: #61926A;
}
.BgClassName
{
background-color: #61926A;
}
</style>
border-color css
<style>
span { border-color: #61926A; }
span { border-color: rgb(97,146,106); }
td.TdClassName
{
border-color: #61926A;
}
.TagClassName
{
border-color: #61926A;
}
</style>