Shades of Laurel #67916E
Tints of Laurel #67916E
RGB
CMYK
RGB Variations
Color information
#67916E (or 0x67916E) is known color: Laurel. HEX triplet: 67, 91 and 6E. RGB value is (103,145,110). Sum of RGB (Red+Green+Blue) = 103+145+110=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #67916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67916E is #986E91. Grayscale: #808080. Windows color (decimal): -9989778 or 7246183. OLE color: 7246183.
HSL color Cylindrical-coordinate representation of color #67916E: hue angle of 130º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67916E is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 110 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.43 |
| HSL | 130º | 0.17% | 0.49% | - |
| HSV(B) | 130º | 0.29% | 0.57% | - |
| XYZ | 18.53 | 24.26 | 18.46 | - |
| YUV | 128.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 110 | 0.29 | 0 | 0.24 | 0.43 | 130 | 0.17 | 0.49 |
| Hex | 67 | 91 | 6E | 1D | 0 | 18 | 2B | 82 | 11 | 31 |
| Octal | 147 | 221 | 156 | 35 | 0 | 30 | 53 | 202 | 21 | 61 |
| Binary | 1100111 | 10010001 | 1101110 | 11101 | 0 | 11000 | 101011 | 10000010 | 10001 | 110001 |
Color Harmonies of #67916E
Complementary color
Monochromatic Colors of #67916E
Black with #67916E
Text Example
Text Example
White with #67916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67916E; }
p { color: rgb(103,145,110); }
H1.HeaderClassName
{
color: #67916E;
}
.AnyTagClassName
{
color: #67916E;
}
</style>
background-color css
<style>
a { background-color: #67916E; }
a { background-color: rgb(103,145,110); }
div.DivClassName
{
background-color: #67916E;
}
.BgClassName
{
background-color: #67916E;
}
</style>
border-color css
<style>
span { border-color: #67916E; }
span { border-color: rgb(103,145,110); }
td.TdClassName
{
border-color: #67916E;
}
.TagClassName
{
border-color: #67916E;
}
</style>