Shades of Laurel #67906C
Tints of Laurel #67906C
RGB
CMYK
RGB Variations
Color information
#67906C (or 0x67906C) is known color: Laurel. HEX triplet: 67, 90 and 6C. RGB value is (103,144,108). Sum of RGB (Red+Green+Blue) = 103+144+108=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #67906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67906C is #986F93. Grayscale: #7F7F7F. Windows color (decimal): -9990036 or 7114855. OLE color: 7114855.
HSL color Cylindrical-coordinate representation of color #67906C: hue angle of 127.32º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67906C is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 108 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.44 |
| HSL | 127.32º | 0.17% | 0.48% | - |
| HSV(B) | 127.32º | 0.28% | 0.56% | - |
| XYZ | 18.27 | 23.91 | 17.84 | - |
| YUV | 127.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 108 | 0.28 | 0 | 0.25 | 0.44 | 127.32 | 0.17 | 0.48 |
| Hex | 67 | 90 | 6C | 1C | 0 | 19 | 2C | 7F | 11 | 30 |
| Octal | 147 | 220 | 154 | 34 | 0 | 31 | 54 | 177 | 21 | 60 |
| Binary | 1100111 | 10010000 | 1101100 | 11100 | 0 | 11001 | 101100 | 1111111 | 10001 | 110000 |
Color Harmonies of #67906C
Complementary color
Monochromatic Colors of #67906C
Black with #67906C
Text Example
Text Example
White with #67906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67906C; }
p { color: rgb(103,144,108); }
H1.HeaderClassName
{
color: #67906C;
}
.AnyTagClassName
{
color: #67906C;
}
</style>
background-color css
<style>
a { background-color: #67906C; }
a { background-color: rgb(103,144,108); }
div.DivClassName
{
background-color: #67906C;
}
.BgClassName
{
background-color: #67906C;
}
</style>
border-color css
<style>
span { border-color: #67906C; }
span { border-color: rgb(103,144,108); }
td.TdClassName
{
border-color: #67906C;
}
.TagClassName
{
border-color: #67906C;
}
</style>