Shades of Laurel #62956B
Tints of Laurel #62956B
RGB
CMYK
RGB Variations
Color information
#62956B (or 0x62956B) is known color: Laurel. HEX triplet: 62, 95 and 6B. RGB value is (98,149,107). Sum of RGB (Red+Green+Blue) = 98+149+107=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #62956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62956B is #9D6A94. Grayscale: #818181. Windows color (decimal): -10316437 or 7050594. OLE color: 7050594.
HSL color Cylindrical-coordinate representation of color #62956B: hue angle of 130.59º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62956B is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 149 | 107 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.42 |
| HSL | 130.59º | 0.21% | 0.48% | - |
| HSV(B) | 130.59º | 0.34% | 0.58% | - |
| XYZ | 18.44 | 25.15 | 17.79 | - |
| YUV | 128.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 149 | 107 | 0.34 | 0 | 0.28 | 0.42 | 130.59 | 0.21 | 0.48 |
| Hex | 62 | 95 | 6B | 22 | 0 | 1C | 2A | 83 | 15 | 30 |
| Octal | 142 | 225 | 153 | 42 | 0 | 34 | 52 | 203 | 25 | 60 |
| Binary | 1100010 | 10010101 | 1101011 | 100010 | 0 | 11100 | 101010 | 10000011 | 10101 | 110000 |
Color Harmonies of #62956B
Complementary color
Monochromatic Colors of #62956B
Black with #62956B
Text Example
Text Example
White with #62956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62956B; }
p { color: rgb(98,149,107); }
H1.HeaderClassName
{
color: #62956B;
}
.AnyTagClassName
{
color: #62956B;
}
</style>
background-color css
<style>
a { background-color: #62956B; }
a { background-color: rgb(98,149,107); }
div.DivClassName
{
background-color: #62956B;
}
.BgClassName
{
background-color: #62956B;
}
</style>
border-color css
<style>
span { border-color: #62956B; }
span { border-color: rgb(98,149,107); }
td.TdClassName
{
border-color: #62956B;
}
.TagClassName
{
border-color: #62956B;
}
</style>