Shades of Laurel #67966C
Tints of Laurel #67966C
RGB
CMYK
RGB Variations
Color information
#67966C (or 0x67966C) is known color: Laurel. HEX triplet: 67, 96 and 6C. RGB value is (103,150,108). Sum of RGB (Red+Green+Blue) = 103+150+108=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #67966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67966C is #986993. Grayscale: #838383. Windows color (decimal): -9988500 or 7116391. OLE color: 7116391.
HSL color Cylindrical-coordinate representation of color #67966C: hue angle of 126.38º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67966C is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 108 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.41 |
| HSL | 126.38º | 0.19% | 0.5% | - |
| HSV(B) | 126.38º | 0.31% | 0.59% | - |
| XYZ | 19.21 | 25.78 | 18.15 | - |
| YUV | 131.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 108 | 0.31 | 0 | 0.28 | 0.41 | 126.38 | 0.19 | 0.5 |
| Hex | 67 | 96 | 6C | 1F | 0 | 1C | 29 | 7E | 13 | 32 |
| Octal | 147 | 226 | 154 | 37 | 0 | 34 | 51 | 176 | 23 | 62 |
| Binary | 1100111 | 10010110 | 1101100 | 11111 | 0 | 11100 | 101001 | 1111110 | 10011 | 110010 |
Color Harmonies of #67966C
Complementary color
Monochromatic Colors of #67966C
Black with #67966C
Text Example
Text Example
White with #67966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67966C; }
p { color: rgb(103,150,108); }
H1.HeaderClassName
{
color: #67966C;
}
.AnyTagClassName
{
color: #67966C;
}
</style>
background-color css
<style>
a { background-color: #67966C; }
a { background-color: rgb(103,150,108); }
div.DivClassName
{
background-color: #67966C;
}
.BgClassName
{
background-color: #67966C;
}
</style>
border-color css
<style>
span { border-color: #67966C; }
span { border-color: rgb(103,150,108); }
td.TdClassName
{
border-color: #67966C;
}
.TagClassName
{
border-color: #67966C;
}
</style>