Shades of Laurel #67976C
Tints of Laurel #67976C
RGB
CMYK
RGB Variations
Color information
#67976C (or 0x67976C) is known color: Laurel. HEX triplet: 67, 97 and 6C. RGB value is (103,151,108). Sum of RGB (Red+Green+Blue) = 103+151+108=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #67976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67976C is #986893. Grayscale: #838383. Windows color (decimal): -9988244 or 7116647. OLE color: 7116647.
HSL color Cylindrical-coordinate representation of color #67976C: hue angle of 126.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67976C is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 108 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.41 |
| HSL | 126.25º | 0.19% | 0.5% | - |
| HSV(B) | 126.25º | 0.32% | 0.59% | - |
| XYZ | 19.37 | 26.1 | 18.2 | - |
| YUV | 131.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 108 | 0.32 | 0 | 0.28 | 0.41 | 126.25 | 0.19 | 0.5 |
| Hex | 67 | 97 | 6C | 20 | 0 | 1C | 29 | 7E | 13 | 32 |
| Octal | 147 | 227 | 154 | 40 | 0 | 34 | 51 | 176 | 23 | 62 |
| Binary | 1100111 | 10010111 | 1101100 | 100000 | 0 | 11100 | 101001 | 1111110 | 10011 | 110010 |
Color Harmonies of #67976C
Complementary color
Monochromatic Colors of #67976C
Black with #67976C
Text Example
Text Example
White with #67976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67976C; }
p { color: rgb(103,151,108); }
H1.HeaderClassName
{
color: #67976C;
}
.AnyTagClassName
{
color: #67976C;
}
</style>
background-color css
<style>
a { background-color: #67976C; }
a { background-color: rgb(103,151,108); }
div.DivClassName
{
background-color: #67976C;
}
.BgClassName
{
background-color: #67976C;
}
</style>
border-color css
<style>
span { border-color: #67976C; }
span { border-color: rgb(103,151,108); }
td.TdClassName
{
border-color: #67976C;
}
.TagClassName
{
border-color: #67976C;
}
</style>