Shades of Laurel #67936D
Tints of Laurel #67936D
RGB
CMYK
RGB Variations
Color information
#67936D (or 0x67936D) is known color: Laurel. HEX triplet: 67, 93 and 6D. RGB value is (103,147,109). Sum of RGB (Red+Green+Blue) = 103+147+109=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #67936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67936D is #986C92. Grayscale: #818181. Windows color (decimal): -9989267 or 7181159. OLE color: 7181159.
HSL color Cylindrical-coordinate representation of color #67936D: hue angle of 128.18º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67936D is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 147 | 109 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.42 |
| HSL | 128.18º | 0.18% | 0.49% | - |
| HSV(B) | 128.18º | 0.3% | 0.58% | - |
| XYZ | 18.79 | 24.86 | 18.28 | - |
| YUV | 129.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 109 | 0.30 | 0 | 0.26 | 0.42 | 128.18 | 0.18 | 0.49 |
| Hex | 67 | 93 | 6D | 1E | 0 | 1A | 2A | 80 | 12 | 31 |
| Octal | 147 | 223 | 155 | 36 | 0 | 32 | 52 | 200 | 22 | 61 |
| Binary | 1100111 | 10010011 | 1101101 | 11110 | 0 | 11010 | 101010 | 10000000 | 10010 | 110001 |
Color Harmonies of #67936D
Complementary color
Monochromatic Colors of #67936D
Black with #67936D
Text Example
Text Example
White with #67936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67936D; }
p { color: rgb(103,147,109); }
H1.HeaderClassName
{
color: #67936D;
}
.AnyTagClassName
{
color: #67936D;
}
</style>
background-color css
<style>
a { background-color: #67936D; }
a { background-color: rgb(103,147,109); }
div.DivClassName
{
background-color: #67936D;
}
.BgClassName
{
background-color: #67936D;
}
</style>
border-color css
<style>
span { border-color: #67936D; }
span { border-color: rgb(103,147,109); }
td.TdClassName
{
border-color: #67936D;
}
.TagClassName
{
border-color: #67936D;
}
</style>