Shades of Laurel #639B69
Tints of Laurel #639B69
RGB
CMYK
RGB Variations
Color information
#639B69 (or 0x639B69) is known color: Laurel. HEX triplet: 63, 9B and 69. RGB value is (99,155,105). Sum of RGB (Red+Green+Blue) = 99+155+105=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #639B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B69 is #9C6496. Grayscale: #848484. Windows color (decimal): -10249367 or 6921059. OLE color: 6921059.
HSL color Cylindrical-coordinate representation of color #639B69: hue angle of 126.43º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B69 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 155 | 105 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.39 |
| HSL | 126.43º | 0.22% | 0.5% | - |
| HSV(B) | 126.43º | 0.36% | 0.61% | - |
| XYZ | 19.42 | 27.12 | 17.58 | - |
| YUV | 132.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 105 | 0.36 | 0 | 0.32 | 0.39 | 126.43 | 0.22 | 0.5 |
| Hex | 63 | 9B | 69 | 24 | 0 | 20 | 27 | 7E | 16 | 32 |
| Octal | 143 | 233 | 151 | 44 | 0 | 40 | 47 | 176 | 26 | 62 |
| Binary | 1100011 | 10011011 | 1101001 | 100100 | 0 | 100000 | 100111 | 1111110 | 10110 | 110010 |
Color Harmonies of #639B69
Complementary color
Monochromatic Colors of #639B69
Black with #639B69
Text Example
Text Example
White with #639B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639B69; }
p { color: rgb(99,155,105); }
H1.HeaderClassName
{
color: #639B69;
}
.AnyTagClassName
{
color: #639B69;
}
</style>
background-color css
<style>
a { background-color: #639B69; }
a { background-color: rgb(99,155,105); }
div.DivClassName
{
background-color: #639B69;
}
.BgClassName
{
background-color: #639B69;
}
</style>
border-color css
<style>
span { border-color: #639B69; }
span { border-color: rgb(99,155,105); }
td.TdClassName
{
border-color: #639B69;
}
.TagClassName
{
border-color: #639B69;
}
</style>