Shades of Laurel #67916F
Tints of Laurel #67916F
RGB
CMYK
RGB Variations
Color information
#67916F (or 0x67916F) is known color: Laurel. HEX triplet: 67, 91 and 6F. RGB value is (103,145,111). Sum of RGB (Red+Green+Blue) = 103+145+111=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #67916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67916F is #986E90. Grayscale: #808080. Windows color (decimal): -9989777 or 7311719. OLE color: 7311719.
HSL color Cylindrical-coordinate representation of color #67916F: hue angle of 131.43º 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 #67916F is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 111 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.43 |
| HSL | 131.43º | 0.17% | 0.49% | - |
| HSV(B) | 131.43º | 0.29% | 0.57% | - |
| XYZ | 18.59 | 24.28 | 18.75 | - |
| YUV | 128.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 111 | 0.29 | 0 | 0.23 | 0.43 | 131.43 | 0.17 | 0.49 |
| Hex | 67 | 91 | 6F | 1D | 0 | 17 | 2B | 83 | 11 | 31 |
| Octal | 147 | 221 | 157 | 35 | 0 | 27 | 53 | 203 | 21 | 61 |
| Binary | 1100111 | 10010001 | 1101111 | 11101 | 0 | 10111 | 101011 | 10000011 | 10001 | 110001 |
Color Harmonies of #67916F
Complementary color
Monochromatic Colors of #67916F
Black with #67916F
Text Example
Text Example
White with #67916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67916F; }
p { color: rgb(103,145,111); }
H1.HeaderClassName
{
color: #67916F;
}
.AnyTagClassName
{
color: #67916F;
}
</style>
background-color css
<style>
a { background-color: #67916F; }
a { background-color: rgb(103,145,111); }
div.DivClassName
{
background-color: #67916F;
}
.BgClassName
{
background-color: #67916F;
}
</style>
border-color css
<style>
span { border-color: #67916F; }
span { border-color: rgb(103,145,111); }
td.TdClassName
{
border-color: #67916F;
}
.TagClassName
{
border-color: #67916F;
}
</style>