Shades of Laurel #629C67
Tints of Laurel #629C67
RGB
CMYK
RGB Variations
Color information
#629C67 (or 0x629C67) is known color: Laurel. HEX triplet: 62, 9C and 67. RGB value is (98,156,103). Sum of RGB (Red+Green+Blue) = 98+156+103=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #629C67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629C67 is #9D6398. Grayscale: #848484. Windows color (decimal): -10314649 or 6790242. OLE color: 6790242.
HSL color Cylindrical-coordinate representation of color #629C67: hue angle of 125.17º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #629C67 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 156 | 103 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.39 |
| HSL | 125.17º | 0.23% | 0.5% | - |
| HSV(B) | 125.17º | 0.37% | 0.61% | - |
| XYZ | 19.37 | 27.35 | 17.09 | - |
| YUV | 132.62 | 111.28 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 103 | 0.37 | 0 | 0.34 | 0.39 | 125.17 | 0.23 | 0.5 |
| Hex | 62 | 9C | 67 | 25 | 0 | 22 | 27 | 7D | 17 | 32 |
| Octal | 142 | 234 | 147 | 45 | 0 | 42 | 47 | 175 | 27 | 62 |
| Binary | 1100010 | 10011100 | 1100111 | 100101 | 0 | 100010 | 100111 | 1111101 | 10111 | 110010 |
Color Harmonies of #629C67
Complementary color
Monochromatic Colors of #629C67
Black with #629C67
Text Example
Text Example
White with #629C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629C67; }
p { color: rgb(98,156,103); }
H1.HeaderClassName
{
color: #629C67;
}
.AnyTagClassName
{
color: #629C67;
}
</style>
background-color css
<style>
a { background-color: #629C67; }
a { background-color: rgb(98,156,103); }
div.DivClassName
{
background-color: #629C67;
}
.BgClassName
{
background-color: #629C67;
}
</style>
border-color css
<style>
span { border-color: #629C67; }
span { border-color: rgb(98,156,103); }
td.TdClassName
{
border-color: #629C67;
}
.TagClassName
{
border-color: #629C67;
}
</style>