Shades of Laurel #629265
Tints of Laurel #629265
RGB
CMYK
RGB Variations
Color information
#629265 (or 0x629265) is known color: Laurel. HEX triplet: 62, 92 and 65. RGB value is (98,146,101). Sum of RGB (Red+Green+Blue) = 98+146+101=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #629265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629265 is #9D6D9A. Grayscale: #7E7E7E. Windows color (decimal): -10317211 or 6656610. OLE color: 6656610.
HSL color Cylindrical-coordinate representation of color #629265: hue angle of 123.75º 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 #629265 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 146 | 101 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.43 |
| HSL | 123.75º | 0.2% | 0.48% | - |
| HSV(B) | 123.75º | 0.33% | 0.57% | - |
| XYZ | 17.66 | 24.09 | 16.03 | - |
| YUV | 126.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 101 | 0.33 | 0 | 0.31 | 0.43 | 123.75 | 0.2 | 0.48 |
| Hex | 62 | 92 | 65 | 21 | 0 | 1F | 2B | 7C | 14 | 30 |
| Octal | 142 | 222 | 145 | 41 | 0 | 37 | 53 | 174 | 24 | 60 |
| Binary | 1100010 | 10010010 | 1100101 | 100001 | 0 | 11111 | 101011 | 1111100 | 10100 | 110000 |
Color Harmonies of #629265
Complementary color
Monochromatic Colors of #629265
Black with #629265
Text Example
Text Example
White with #629265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629265; }
p { color: rgb(98,146,101); }
H1.HeaderClassName
{
color: #629265;
}
.AnyTagClassName
{
color: #629265;
}
</style>
background-color css
<style>
a { background-color: #629265; }
a { background-color: rgb(98,146,101); }
div.DivClassName
{
background-color: #629265;
}
.BgClassName
{
background-color: #629265;
}
</style>
border-color css
<style>
span { border-color: #629265; }
span { border-color: rgb(98,146,101); }
td.TdClassName
{
border-color: #629265;
}
.TagClassName
{
border-color: #629265;
}
</style>