Shades of Laurel #6A9471
Tints of Laurel #6A9471
RGB
CMYK
RGB Variations
Color information
#6A9471 (or 0x6A9471) is known color: Laurel. HEX triplet: 6A, 94 and 71. RGB value is (106,148,113). Sum of RGB (Red+Green+Blue) = 106+148+113=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #6A9471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9471 is #956B8E. Grayscale: #838383. Windows color (decimal): -9792399 or 7443562. OLE color: 7443562.
HSL color Cylindrical-coordinate representation of color #6A9471: hue angle of 130º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A9471 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 148 | 113 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.42 |
| HSL | 130º | 0.17% | 0.5% | - |
| HSV(B) | 130º | 0.28% | 0.58% | - |
| XYZ | 19.51 | 25.44 | 19.5 | - |
| YUV | 131.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 148 | 113 | 0.28 | 0 | 0.24 | 0.42 | 130 | 0.17 | 0.5 |
| Hex | 6A | 94 | 71 | 1C | 0 | 18 | 2A | 82 | 11 | 32 |
| Octal | 152 | 224 | 161 | 34 | 0 | 30 | 52 | 202 | 21 | 62 |
| Binary | 1101010 | 10010100 | 1110001 | 11100 | 0 | 11000 | 101010 | 10000010 | 10001 | 110010 |
Color Harmonies of #6A9471
Complementary color
Monochromatic Colors of #6A9471
Black with #6A9471
Text Example
Text Example
White with #6A9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9471; }
p { color: rgb(106,148,113); }
H1.HeaderClassName
{
color: #6A9471;
}
.AnyTagClassName
{
color: #6A9471;
}
</style>
background-color css
<style>
a { background-color: #6A9471; }
a { background-color: rgb(106,148,113); }
div.DivClassName
{
background-color: #6A9471;
}
.BgClassName
{
background-color: #6A9471;
}
</style>
border-color css
<style>
span { border-color: #6A9471; }
span { border-color: rgb(106,148,113); }
td.TdClassName
{
border-color: #6A9471;
}
.TagClassName
{
border-color: #6A9471;
}
</style>