Shades of Laurel #62906C
Tints of Laurel #62906C
RGB
CMYK
RGB Variations
Color information
#62906C (or 0x62906C) is known color: Laurel. HEX triplet: 62, 90 and 6C. RGB value is (98,144,108). Sum of RGB (Red+Green+Blue) = 98+144+108=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #62906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62906C is #9D6F93. Grayscale: #7E7E7E. Windows color (decimal): -10317716 or 7114850. OLE color: 7114850.
HSL color Cylindrical-coordinate representation of color #62906C: hue angle of 133.04º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62906C is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 108 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.44 |
| HSL | 133.04º | 0.19% | 0.47% | - |
| HSV(B) | 133.04º | 0.32% | 0.56% | - |
| XYZ | 17.72 | 23.63 | 17.81 | - |
| YUV | 126.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 108 | 0.32 | 0 | 0.25 | 0.44 | 133.04 | 0.19 | 0.47 |
| Hex | 62 | 90 | 6C | 20 | 0 | 19 | 2C | 85 | 13 | 2F |
| Octal | 142 | 220 | 154 | 40 | 0 | 31 | 54 | 205 | 23 | 57 |
| Binary | 1100010 | 10010000 | 1101100 | 100000 | 0 | 11001 | 101100 | 10000101 | 10011 | 101111 |
Color Harmonies of #62906C
Complementary color
Monochromatic Colors of #62906C
Black with #62906C
Text Example
Text Example
White with #62906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62906C; }
p { color: rgb(98,144,108); }
H1.HeaderClassName
{
color: #62906C;
}
.AnyTagClassName
{
color: #62906C;
}
</style>
background-color css
<style>
a { background-color: #62906C; }
a { background-color: rgb(98,144,108); }
div.DivClassName
{
background-color: #62906C;
}
.BgClassName
{
background-color: #62906C;
}
</style>
border-color css
<style>
span { border-color: #62906C; }
span { border-color: rgb(98,144,108); }
td.TdClassName
{
border-color: #62906C;
}
.TagClassName
{
border-color: #62906C;
}
</style>