Shades of Laurel #639A64
Tints of Laurel #639A64
RGB
CMYK
RGB Variations
Color information
#639A64 (or 0x639A64) is known color: Laurel. HEX triplet: 63, 9A and 64. RGB value is (99,154,100). Sum of RGB (Red+Green+Blue) = 99+154+100=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #639A64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639A64 is #9C659B. Grayscale: #838383. Windows color (decimal): -10249628 or 6593123. OLE color: 6593123.
HSL color Cylindrical-coordinate representation of color #639A64: hue angle of 121.09º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639A64 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 154 | 100 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.40 |
| HSL | 121.09º | 0.22% | 0.5% | - |
| HSV(B) | 121.09º | 0.36% | 0.6% | - |
| XYZ | 19 | 26.68 | 16.21 | - |
| YUV | 131.4 | 110.28 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 154 | 100 | 0.36 | 0 | 0.35 | 0.40 | 121.09 | 0.22 | 0.5 |
| Hex | 63 | 9A | 64 | 24 | 0 | 23 | 28 | 79 | 16 | 32 |
| Octal | 143 | 232 | 144 | 44 | 0 | 43 | 50 | 171 | 26 | 62 |
| Binary | 1100011 | 10011010 | 1100100 | 100100 | 0 | 100011 | 101000 | 1111001 | 10110 | 110010 |
Color Harmonies of #639A64
Complementary color
Monochromatic Colors of #639A64
Black with #639A64
Text Example
Text Example
White with #639A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639A64; }
p { color: rgb(99,154,100); }
H1.HeaderClassName
{
color: #639A64;
}
.AnyTagClassName
{
color: #639A64;
}
</style>
background-color css
<style>
a { background-color: #639A64; }
a { background-color: rgb(99,154,100); }
div.DivClassName
{
background-color: #639A64;
}
.BgClassName
{
background-color: #639A64;
}
</style>
border-color css
<style>
span { border-color: #639A64; }
span { border-color: rgb(99,154,100); }
td.TdClassName
{
border-color: #639A64;
}
.TagClassName
{
border-color: #639A64;
}
</style>