Shades of Laurel #67956E
Tints of Laurel #67956E
RGB
CMYK
RGB Variations
Color information
#67956E (or 0x67956E) is known color: Laurel. HEX triplet: 67, 95 and 6E. RGB value is (103,149,110). Sum of RGB (Red+Green+Blue) = 103+149+110=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #67956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67956E is #986A91. Grayscale: #828282. Windows color (decimal): -9988754 or 7247207. OLE color: 7247207.
HSL color Cylindrical-coordinate representation of color #67956E: hue angle of 129.13º 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 #67956E is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 110 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.42 |
| HSL | 129.13º | 0.18% | 0.49% | - |
| HSV(B) | 129.13º | 0.31% | 0.58% | - |
| XYZ | 19.16 | 25.5 | 18.67 | - |
| YUV | 130.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 110 | 0.31 | 0 | 0.26 | 0.42 | 129.13 | 0.18 | 0.49 |
| Hex | 67 | 95 | 6E | 1F | 0 | 1A | 2A | 81 | 12 | 31 |
| Octal | 147 | 225 | 156 | 37 | 0 | 32 | 52 | 201 | 22 | 61 |
| Binary | 1100111 | 10010101 | 1101110 | 11111 | 0 | 11010 | 101010 | 10000001 | 10010 | 110001 |
Color Harmonies of #67956E
Complementary color
Monochromatic Colors of #67956E
Black with #67956E
Text Example
Text Example
White with #67956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67956E; }
p { color: rgb(103,149,110); }
H1.HeaderClassName
{
color: #67956E;
}
.AnyTagClassName
{
color: #67956E;
}
</style>
background-color css
<style>
a { background-color: #67956E; }
a { background-color: rgb(103,149,110); }
div.DivClassName
{
background-color: #67956E;
}
.BgClassName
{
background-color: #67956E;
}
</style>
border-color css
<style>
span { border-color: #67956E; }
span { border-color: rgb(103,149,110); }
td.TdClassName
{
border-color: #67956E;
}
.TagClassName
{
border-color: #67956E;
}
</style>