Shades of Laurel #67996D
Tints of Laurel #67996D
RGB
CMYK
RGB Variations
Color information
#67996D (or 0x67996D) is known color: Laurel. HEX triplet: 67, 99 and 6D. RGB value is (103,153,109). Sum of RGB (Red+Green+Blue) = 103+153+109=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #67996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67996D is #986692. Grayscale: #858585. Windows color (decimal): -9987731 or 7182695. OLE color: 7182695.
HSL color Cylindrical-coordinate representation of color #67996D: hue angle of 127.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67996D is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 109 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.4 |
| HSL | 127.2º | 0.2% | 0.5% | - |
| HSV(B) | 127.2º | 0.33% | 0.6% | - |
| XYZ | 19.75 | 26.77 | 18.59 | - |
| YUV | 133.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 109 | 0.33 | 0 | 0.29 | 0.4 | 127.2 | 0.2 | 0.5 |
| Hex | 67 | 99 | 6D | 21 | 0 | 1D | 28 | 7F | 14 | 32 |
| Octal | 147 | 231 | 155 | 41 | 0 | 35 | 50 | 177 | 24 | 62 |
| Binary | 1100111 | 10011001 | 1101101 | 100001 | 0 | 11101 | 101000 | 1111111 | 10100 | 110010 |
Color Harmonies of #67996D
Complementary color
Monochromatic Colors of #67996D
Black with #67996D
Text Example
Text Example
White with #67996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67996D; }
p { color: rgb(103,153,109); }
H1.HeaderClassName
{
color: #67996D;
}
.AnyTagClassName
{
color: #67996D;
}
</style>
background-color css
<style>
a { background-color: #67996D; }
a { background-color: rgb(103,153,109); }
div.DivClassName
{
background-color: #67996D;
}
.BgClassName
{
background-color: #67996D;
}
</style>
border-color css
<style>
span { border-color: #67996D; }
span { border-color: rgb(103,153,109); }
td.TdClassName
{
border-color: #67996D;
}
.TagClassName
{
border-color: #67996D;
}
</style>