Shades of Laurel #67996C
Tints of Laurel #67996C
RGB
CMYK
RGB Variations
Color information
#67996C (or 0x67996C) is known color: Laurel. HEX triplet: 67, 99 and 6C. RGB value is (103,153,108). Sum of RGB (Red+Green+Blue) = 103+153+108=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #67996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67996C is #986693. Grayscale: #858585. Windows color (decimal): -9987732 or 7117159. OLE color: 7117159.
HSL color Cylindrical-coordinate representation of color #67996C: hue angle of 126º 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 #67996C is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 108 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.4 |
| HSL | 126º | 0.2% | 0.5% | - |
| HSV(B) | 126º | 0.33% | 0.6% | - |
| XYZ | 19.69 | 26.75 | 18.31 | - |
| YUV | 132.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 108 | 0.33 | 0 | 0.29 | 0.4 | 126 | 0.2 | 0.5 |
| Hex | 67 | 99 | 6C | 21 | 0 | 1D | 28 | 7E | 14 | 32 |
| Octal | 147 | 231 | 154 | 41 | 0 | 35 | 50 | 176 | 24 | 62 |
| Binary | 1100111 | 10011001 | 1101100 | 100001 | 0 | 11101 | 101000 | 1111110 | 10100 | 110010 |
Color Harmonies of #67996C
Complementary color
Monochromatic Colors of #67996C
Black with #67996C
Text Example
Text Example
White with #67996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67996C; }
p { color: rgb(103,153,108); }
H1.HeaderClassName
{
color: #67996C;
}
.AnyTagClassName
{
color: #67996C;
}
</style>
background-color css
<style>
a { background-color: #67996C; }
a { background-color: rgb(103,153,108); }
div.DivClassName
{
background-color: #67996C;
}
.BgClassName
{
background-color: #67996C;
}
</style>
border-color css
<style>
span { border-color: #67996C; }
span { border-color: rgb(103,153,108); }
td.TdClassName
{
border-color: #67996C;
}
.TagClassName
{
border-color: #67996C;
}
</style>