Shades of Laurel #62926A
Tints of Laurel #62926A
RGB
CMYK
RGB Variations
Color information
#62926A (or 0x62926A) is known color: Laurel. HEX triplet: 62, 92 and 6A. RGB value is (98,146,106). Sum of RGB (Red+Green+Blue) = 98+146+106=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #62926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62926A is #9D6D95. Grayscale: #7F7F7F. Windows color (decimal): -10317206 or 6984290. OLE color: 6984290.
HSL color Cylindrical-coordinate representation of color #62926A: hue angle of 130º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62926A is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 146 | 106 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.43 |
| HSL | 130º | 0.2% | 0.48% | - |
| HSV(B) | 130º | 0.33% | 0.57% | - |
| XYZ | 17.92 | 24.2 | 17.36 | - |
| YUV | 127.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 106 | 0.33 | 0 | 0.27 | 0.43 | 130 | 0.2 | 0.48 |
| Hex | 62 | 92 | 6A | 21 | 0 | 1B | 2B | 82 | 14 | 30 |
| Octal | 142 | 222 | 152 | 41 | 0 | 33 | 53 | 202 | 24 | 60 |
| Binary | 1100010 | 10010010 | 1101010 | 100001 | 0 | 11011 | 101011 | 10000010 | 10100 | 110000 |
Color Harmonies of #62926A
Complementary color
Monochromatic Colors of #62926A
Black with #62926A
Text Example
Text Example
White with #62926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62926A; }
p { color: rgb(98,146,106); }
H1.HeaderClassName
{
color: #62926A;
}
.AnyTagClassName
{
color: #62926A;
}
</style>
background-color css
<style>
a { background-color: #62926A; }
a { background-color: rgb(98,146,106); }
div.DivClassName
{
background-color: #62926A;
}
.BgClassName
{
background-color: #62926A;
}
</style>
border-color css
<style>
span { border-color: #62926A; }
span { border-color: rgb(98,146,106); }
td.TdClassName
{
border-color: #62926A;
}
.TagClassName
{
border-color: #62926A;
}
</style>