Shades of Laurel #62986A
Tints of Laurel #62986A
RGB
CMYK
RGB Variations
Color information
#62986A (or 0x62986A) is known color: Laurel. HEX triplet: 62, 98 and 6A. RGB value is (98,152,106). Sum of RGB (Red+Green+Blue) = 98+152+106=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #62986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62986A is #9D6795. Grayscale: #828282. Windows color (decimal): -10315670 or 6985826. OLE color: 6985826.
HSL color Cylindrical-coordinate representation of color #62986A: hue angle of 128.89º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62986A is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 152 | 106 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.40 |
| HSL | 128.89º | 0.22% | 0.49% | - |
| HSV(B) | 128.89º | 0.36% | 0.6% | - |
| XYZ | 18.87 | 26.09 | 17.68 | - |
| YUV | 130.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 152 | 106 | 0.36 | 0 | 0.30 | 0.40 | 128.89 | 0.22 | 0.49 |
| Hex | 62 | 98 | 6A | 24 | 0 | 1E | 28 | 81 | 16 | 31 |
| Octal | 142 | 230 | 152 | 44 | 0 | 36 | 50 | 201 | 26 | 61 |
| Binary | 1100010 | 10011000 | 1101010 | 100100 | 0 | 11110 | 101000 | 10000001 | 10110 | 110001 |
Color Harmonies of #62986A
Complementary color
Monochromatic Colors of #62986A
Black with #62986A
Text Example
Text Example
White with #62986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62986A; }
p { color: rgb(98,152,106); }
H1.HeaderClassName
{
color: #62986A;
}
.AnyTagClassName
{
color: #62986A;
}
</style>
background-color css
<style>
a { background-color: #62986A; }
a { background-color: rgb(98,152,106); }
div.DivClassName
{
background-color: #62986A;
}
.BgClassName
{
background-color: #62986A;
}
</style>
border-color css
<style>
span { border-color: #62986A; }
span { border-color: rgb(98,152,106); }
td.TdClassName
{
border-color: #62986A;
}
.TagClassName
{
border-color: #62986A;
}
</style>