Shades of Laurel #67916A
Tints of Laurel #67916A
RGB
CMYK
RGB Variations
Color information
#67916A (or 0x67916A) is known color: Laurel. HEX triplet: 67, 91 and 6A. RGB value is (103,145,106). Sum of RGB (Red+Green+Blue) = 103+145+106=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #67916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67916A is #986E95. Grayscale: #808080. Windows color (decimal): -9989782 or 6984039. OLE color: 6984039.
HSL color Cylindrical-coordinate representation of color #67916A: hue angle of 124.29º 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 #67916A is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 106 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.43 |
| HSL | 124.29º | 0.17% | 0.49% | - |
| HSV(B) | 124.29º | 0.29% | 0.57% | - |
| XYZ | 18.32 | 24.17 | 17.34 | - |
| YUV | 128 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 106 | 0.29 | 0 | 0.27 | 0.43 | 124.29 | 0.17 | 0.49 |
| Hex | 67 | 91 | 6A | 1D | 0 | 1B | 2B | 7C | 11 | 31 |
| Octal | 147 | 221 | 152 | 35 | 0 | 33 | 53 | 174 | 21 | 61 |
| Binary | 1100111 | 10010001 | 1101010 | 11101 | 0 | 11011 | 101011 | 1111100 | 10001 | 110001 |
Color Harmonies of #67916A
Complementary color
Monochromatic Colors of #67916A
Black with #67916A
Text Example
Text Example
White with #67916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67916A; }
p { color: rgb(103,145,106); }
H1.HeaderClassName
{
color: #67916A;
}
.AnyTagClassName
{
color: #67916A;
}
</style>
background-color css
<style>
a { background-color: #67916A; }
a { background-color: rgb(103,145,106); }
div.DivClassName
{
background-color: #67916A;
}
.BgClassName
{
background-color: #67916A;
}
</style>
border-color css
<style>
span { border-color: #67916A; }
span { border-color: rgb(103,145,106); }
td.TdClassName
{
border-color: #67916A;
}
.TagClassName
{
border-color: #67916A;
}
</style>