Shades of Laurel #67926F
Tints of Laurel #67926F
RGB
CMYK
RGB Variations
Color information
#67926F (or 0x67926F) is known color: Laurel. HEX triplet: 67, 92 and 6F. RGB value is (103,146,111). Sum of RGB (Red+Green+Blue) = 103+146+111=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #67926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67926F is #986D90. Grayscale: #818181. Windows color (decimal): -9989521 or 7311975. OLE color: 7311975.
HSL color Cylindrical-coordinate representation of color #67926F: hue angle of 131.16º 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 #67926F is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 111 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.43 |
| HSL | 131.16º | 0.17% | 0.49% | - |
| HSV(B) | 131.16º | 0.29% | 0.57% | - |
| XYZ | 18.74 | 24.59 | 18.8 | - |
| YUV | 129.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 111 | 0.29 | 0 | 0.24 | 0.43 | 131.16 | 0.17 | 0.49 |
| Hex | 67 | 92 | 6F | 1D | 0 | 18 | 2B | 83 | 11 | 31 |
| Octal | 147 | 222 | 157 | 35 | 0 | 30 | 53 | 203 | 21 | 61 |
| Binary | 1100111 | 10010010 | 1101111 | 11101 | 0 | 11000 | 101011 | 10000011 | 10001 | 110001 |
Color Harmonies of #67926F
Complementary color
Monochromatic Colors of #67926F
Black with #67926F
Text Example
Text Example
White with #67926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67926F; }
p { color: rgb(103,146,111); }
H1.HeaderClassName
{
color: #67926F;
}
.AnyTagClassName
{
color: #67926F;
}
</style>
background-color css
<style>
a { background-color: #67926F; }
a { background-color: rgb(103,146,111); }
div.DivClassName
{
background-color: #67926F;
}
.BgClassName
{
background-color: #67926F;
}
</style>
border-color css
<style>
span { border-color: #67926F; }
span { border-color: rgb(103,146,111); }
td.TdClassName
{
border-color: #67926F;
}
.TagClassName
{
border-color: #67926F;
}
</style>