Shades of Laurel #6A9272
Tints of Laurel #6A9272
RGB
CMYK
RGB Variations
Color information
#6A9272 (or 0x6A9272) is known color: Laurel. HEX triplet: 6A, 92 and 72. RGB value is (106,146,114). Sum of RGB (Red+Green+Blue) = 106+146+114=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #6A9272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9272 is #956D8D. Grayscale: #828282. Windows color (decimal): -9792910 or 7508586. OLE color: 7508586.
HSL color Cylindrical-coordinate representation of color #6A9272: hue angle of 132º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A9272 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 146 | 114 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.43 |
| HSL | 132º | 0.16% | 0.49% | - |
| HSV(B) | 132º | 0.27% | 0.57% | - |
| XYZ | 19.26 | 24.84 | 19.7 | - |
| YUV | 130.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 146 | 114 | 0.27 | 0 | 0.22 | 0.43 | 132 | 0.16 | 0.49 |
| Hex | 6A | 92 | 72 | 1B | 0 | 16 | 2B | 84 | 10 | 31 |
| Octal | 152 | 222 | 162 | 33 | 0 | 26 | 53 | 204 | 20 | 61 |
| Binary | 1101010 | 10010010 | 1110010 | 11011 | 0 | 10110 | 101011 | 10000100 | 10000 | 110001 |
Color Harmonies of #6A9272
Complementary color
Monochromatic Colors of #6A9272
Black with #6A9272
Text Example
Text Example
White with #6A9272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9272; }
p { color: rgb(106,146,114); }
H1.HeaderClassName
{
color: #6A9272;
}
.AnyTagClassName
{
color: #6A9272;
}
</style>
background-color css
<style>
a { background-color: #6A9272; }
a { background-color: rgb(106,146,114); }
div.DivClassName
{
background-color: #6A9272;
}
.BgClassName
{
background-color: #6A9272;
}
</style>
border-color css
<style>
span { border-color: #6A9272; }
span { border-color: rgb(106,146,114); }
td.TdClassName
{
border-color: #6A9272;
}
.TagClassName
{
border-color: #6A9272;
}
</style>