Shades of Laurel #67946C
Tints of Laurel #67946C
RGB
CMYK
RGB Variations
Color information
#67946C (or 0x67946C) is known color: Laurel. HEX triplet: 67, 94 and 6C. RGB value is (103,148,108). Sum of RGB (Red+Green+Blue) = 103+148+108=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #67946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67946C is #986B93. Grayscale: #828282. Windows color (decimal): -9989012 or 7115879. OLE color: 7115879.
HSL color Cylindrical-coordinate representation of color #67946C: hue angle of 126.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67946C is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 148 | 108 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.42 |
| HSL | 126.67º | 0.18% | 0.49% | - |
| HSV(B) | 126.67º | 0.3% | 0.58% | - |
| XYZ | 18.89 | 25.15 | 18.05 | - |
| YUV | 129.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 108 | 0.30 | 0 | 0.27 | 0.42 | 126.67 | 0.18 | 0.49 |
| Hex | 67 | 94 | 6C | 1E | 0 | 1B | 2A | 7F | 12 | 31 |
| Octal | 147 | 224 | 154 | 36 | 0 | 33 | 52 | 177 | 22 | 61 |
| Binary | 1100111 | 10010100 | 1101100 | 11110 | 0 | 11011 | 101010 | 1111111 | 10010 | 110001 |
Color Harmonies of #67946C
Complementary color
Monochromatic Colors of #67946C
Black with #67946C
Text Example
Text Example
White with #67946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67946C; }
p { color: rgb(103,148,108); }
H1.HeaderClassName
{
color: #67946C;
}
.AnyTagClassName
{
color: #67946C;
}
</style>
background-color css
<style>
a { background-color: #67946C; }
a { background-color: rgb(103,148,108); }
div.DivClassName
{
background-color: #67946C;
}
.BgClassName
{
background-color: #67946C;
}
</style>
border-color css
<style>
span { border-color: #67946C; }
span { border-color: rgb(103,148,108); }
td.TdClassName
{
border-color: #67946C;
}
.TagClassName
{
border-color: #67946C;
}
</style>