Shades of Laurel #67936E
Tints of Laurel #67936E
RGB
CMYK
RGB Variations
Color information
#67936E (or 0x67936E) is known color: Laurel. HEX triplet: 67, 93 and 6E. RGB value is (103,147,110). Sum of RGB (Red+Green+Blue) = 103+147+110=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #67936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67936E is #986C91. Grayscale: #818181. Windows color (decimal): -9989266 or 7246695. OLE color: 7246695.
HSL color Cylindrical-coordinate representation of color #67936E: hue angle of 129.55º 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 #67936E is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 147 | 110 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.42 |
| HSL | 129.55º | 0.18% | 0.49% | - |
| HSV(B) | 129.55º | 0.3% | 0.58% | - |
| XYZ | 18.84 | 24.88 | 18.56 | - |
| YUV | 129.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 110 | 0.30 | 0 | 0.25 | 0.42 | 129.55 | 0.18 | 0.49 |
| Hex | 67 | 93 | 6E | 1E | 0 | 19 | 2A | 82 | 12 | 31 |
| Octal | 147 | 223 | 156 | 36 | 0 | 31 | 52 | 202 | 22 | 61 |
| Binary | 1100111 | 10010011 | 1101110 | 11110 | 0 | 11001 | 101010 | 10000010 | 10010 | 110001 |
Color Harmonies of #67936E
Complementary color
Monochromatic Colors of #67936E
Black with #67936E
Text Example
Text Example
White with #67936E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67936E; }
p { color: rgb(103,147,110); }
H1.HeaderClassName
{
color: #67936E;
}
.AnyTagClassName
{
color: #67936E;
}
</style>
background-color css
<style>
a { background-color: #67936E; }
a { background-color: rgb(103,147,110); }
div.DivClassName
{
background-color: #67936E;
}
.BgClassName
{
background-color: #67936E;
}
</style>
border-color css
<style>
span { border-color: #67936E; }
span { border-color: rgb(103,147,110); }
td.TdClassName
{
border-color: #67936E;
}
.TagClassName
{
border-color: #67936E;
}
</style>