Shades of Laurel #67966B
Tints of Laurel #67966B
RGB
CMYK
RGB Variations
Color information
#67966B (or 0x67966B) is known color: Laurel. HEX triplet: 67, 96 and 6B. RGB value is (103,150,107). Sum of RGB (Red+Green+Blue) = 103+150+107=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #67966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67966B is #986994. Grayscale: #838383. Windows color (decimal): -9988501 or 7050855. OLE color: 7050855.
HSL color Cylindrical-coordinate representation of color #67966B: hue angle of 125.11º 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 #67966B is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 107 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.41 |
| HSL | 125.11º | 0.19% | 0.5% | - |
| HSV(B) | 125.11º | 0.31% | 0.59% | - |
| XYZ | 19.15 | 25.76 | 17.87 | - |
| YUV | 131.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 107 | 0.31 | 0 | 0.29 | 0.41 | 125.11 | 0.19 | 0.5 |
| Hex | 67 | 96 | 6B | 1F | 0 | 1D | 29 | 7D | 13 | 32 |
| Octal | 147 | 226 | 153 | 37 | 0 | 35 | 51 | 175 | 23 | 62 |
| Binary | 1100111 | 10010110 | 1101011 | 11111 | 0 | 11101 | 101001 | 1111101 | 10011 | 110010 |
Color Harmonies of #67966B
Complementary color
Monochromatic Colors of #67966B
Black with #67966B
Text Example
Text Example
White with #67966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67966B; }
p { color: rgb(103,150,107); }
H1.HeaderClassName
{
color: #67966B;
}
.AnyTagClassName
{
color: #67966B;
}
</style>
background-color css
<style>
a { background-color: #67966B; }
a { background-color: rgb(103,150,107); }
div.DivClassName
{
background-color: #67966B;
}
.BgClassName
{
background-color: #67966B;
}
</style>
border-color css
<style>
span { border-color: #67966B; }
span { border-color: rgb(103,150,107); }
td.TdClassName
{
border-color: #67966B;
}
.TagClassName
{
border-color: #67966B;
}
</style>