Shades of Laurel #6E9274
Tints of Laurel #6E9274
RGB
CMYK
RGB Variations
Color information
#6E9274 (or 0x6E9274) is known color: Laurel. HEX triplet: 6E, 92 and 74. RGB value is (110,146,116). Sum of RGB (Red+Green+Blue) = 110+146+116=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9274 is #916D8B. Grayscale: #838383. Windows color (decimal): -9530764 or 7639662. OLE color: 7639662.
HSL color Cylindrical-coordinate representation of color #6E9274: hue angle of 130º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E9274 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 146 | 116 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.43 |
| HSL | 130º | 0.14% | 0.5% | - |
| HSV(B) | 130º | 0.25% | 0.57% | - |
| XYZ | 19.86 | 25.13 | 20.33 | - |
| YUV | 131.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 146 | 116 | 0.25 | 0 | 0.21 | 0.43 | 130 | 0.14 | 0.5 |
| Hex | 6E | 92 | 74 | 19 | 0 | 15 | 2B | 82 | E | 32 |
| Octal | 156 | 222 | 164 | 31 | 0 | 25 | 53 | 202 | 16 | 62 |
| Binary | 1101110 | 10010010 | 1110100 | 11001 | 0 | 10101 | 101011 | 10000010 | 1110 | 110010 |
Color Harmonies of #6E9274
Complementary color
Monochromatic Colors of #6E9274
Black with #6E9274
Text Example
Text Example
White with #6E9274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9274; }
p { color: rgb(110,146,116); }
H1.HeaderClassName
{
color: #6E9274;
}
.AnyTagClassName
{
color: #6E9274;
}
</style>
background-color css
<style>
a { background-color: #6E9274; }
a { background-color: rgb(110,146,116); }
div.DivClassName
{
background-color: #6E9274;
}
.BgClassName
{
background-color: #6E9274;
}
</style>
border-color css
<style>
span { border-color: #6E9274; }
span { border-color: rgb(110,146,116); }
td.TdClassName
{
border-color: #6E9274;
}
.TagClassName
{
border-color: #6E9274;
}
</style>