Shades of Laurel #67956D
Tints of Laurel #67956D
RGB
CMYK
RGB Variations
Color information
#67956D (or 0x67956D) is known color: Laurel. HEX triplet: 67, 95 and 6D. RGB value is (103,149,109). Sum of RGB (Red+Green+Blue) = 103+149+109=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #67956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67956D is #986A92. Grayscale: #828282. Windows color (decimal): -9988755 or 7181671. OLE color: 7181671.
HSL color Cylindrical-coordinate representation of color #67956D: hue angle of 127.83º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67956D is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 109 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.42 |
| HSL | 127.83º | 0.18% | 0.49% | - |
| HSV(B) | 127.83º | 0.31% | 0.58% | - |
| XYZ | 19.1 | 25.48 | 18.38 | - |
| YUV | 130.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 109 | 0.31 | 0 | 0.27 | 0.42 | 127.83 | 0.18 | 0.49 |
| Hex | 67 | 95 | 6D | 1F | 0 | 1B | 2A | 80 | 12 | 31 |
| Octal | 147 | 225 | 155 | 37 | 0 | 33 | 52 | 200 | 22 | 61 |
| Binary | 1100111 | 10010101 | 1101101 | 11111 | 0 | 11011 | 101010 | 10000000 | 10010 | 110001 |
Color Harmonies of #67956D
Complementary color
Monochromatic Colors of #67956D
Black with #67956D
Text Example
Text Example
White with #67956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67956D; }
p { color: rgb(103,149,109); }
H1.HeaderClassName
{
color: #67956D;
}
.AnyTagClassName
{
color: #67956D;
}
</style>
background-color css
<style>
a { background-color: #67956D; }
a { background-color: rgb(103,149,109); }
div.DivClassName
{
background-color: #67956D;
}
.BgClassName
{
background-color: #67956D;
}
</style>
border-color css
<style>
span { border-color: #67956D; }
span { border-color: rgb(103,149,109); }
td.TdClassName
{
border-color: #67956D;
}
.TagClassName
{
border-color: #67956D;
}
</style>