Shades of Laurel #67956F
Tints of Laurel #67956F
RGB
CMYK
RGB Variations
Color information
#67956F (or 0x67956F) is known color: Laurel. HEX triplet: 67, 95 and 6F. RGB value is (103,149,111). Sum of RGB (Red+Green+Blue) = 103+149+111=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #67956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67956F is #986A90. Grayscale: #838383. Windows color (decimal): -9988753 or 7312743. OLE color: 7312743.
HSL color Cylindrical-coordinate representation of color #67956F: hue angle of 130.43º 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 #67956F is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 111 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.42 |
| HSL | 130.43º | 0.18% | 0.49% | - |
| HSV(B) | 130.43º | 0.31% | 0.58% | - |
| XYZ | 19.21 | 25.53 | 18.95 | - |
| YUV | 130.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 111 | 0.31 | 0 | 0.26 | 0.42 | 130.43 | 0.18 | 0.49 |
| Hex | 67 | 95 | 6F | 1F | 0 | 1A | 2A | 82 | 12 | 31 |
| Octal | 147 | 225 | 157 | 37 | 0 | 32 | 52 | 202 | 22 | 61 |
| Binary | 1100111 | 10010101 | 1101111 | 11111 | 0 | 11010 | 101010 | 10000010 | 10010 | 110001 |
Color Harmonies of #67956F
Complementary color
Monochromatic Colors of #67956F
Black with #67956F
Text Example
Text Example
White with #67956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67956F; }
p { color: rgb(103,149,111); }
H1.HeaderClassName
{
color: #67956F;
}
.AnyTagClassName
{
color: #67956F;
}
</style>
background-color css
<style>
a { background-color: #67956F; }
a { background-color: rgb(103,149,111); }
div.DivClassName
{
background-color: #67956F;
}
.BgClassName
{
background-color: #67956F;
}
</style>
border-color css
<style>
span { border-color: #67956F; }
span { border-color: rgb(103,149,111); }
td.TdClassName
{
border-color: #67956F;
}
.TagClassName
{
border-color: #67956F;
}
</style>