Shades of Laurel #6A826F
Tints of Laurel #6A826F
RGB
CMYK
RGB Variations
Color information
#6A826F (or 0x6A826F) is known color: Laurel. HEX triplet: 6A, 82 and 6F. RGB value is (106,130,111). Sum of RGB (Red+Green+Blue) = 106+130+111=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 130 - color contains mainly: green. Hex color #6A826F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A826F is #957D90. Grayscale: #787878. Windows color (decimal): -9797009 or 7307882. OLE color: 7307882.
HSL color Cylindrical-coordinate representation of color #6A826F: hue angle of 132.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A826F is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 130 | 111 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.49 |
| HSL | 132.5º | 0.1% | 0.46% | - |
| HSV(B) | 132.5º | 0.18% | 0.51% | - |
| XYZ | 16.8 | 20.18 | 18.05 | - |
| YUV | 120.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 130 | 111 | 0.18 | 0 | 0.15 | 0.49 | 132.5 | 0.1 | 0.46 |
| Hex | 6A | 82 | 6F | 12 | 0 | F | 31 | 84 | A | 2E |
| Octal | 152 | 202 | 157 | 22 | 0 | 17 | 61 | 204 | 12 | 56 |
| Binary | 1101010 | 10000010 | 1101111 | 10010 | 0 | 1111 | 110001 | 10000100 | 1010 | 101110 |
Color Harmonies of #6A826F
Complementary color
Monochromatic Colors of #6A826F
Black with #6A826F
Text Example
Text Example
White with #6A826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A826F; }
p { color: rgb(106,130,111); }
H1.HeaderClassName
{
color: #6A826F;
}
.AnyTagClassName
{
color: #6A826F;
}
</style>
background-color css
<style>
a { background-color: #6A826F; }
a { background-color: rgb(106,130,111); }
div.DivClassName
{
background-color: #6A826F;
}
.BgClassName
{
background-color: #6A826F;
}
</style>
border-color css
<style>
span { border-color: #6A826F; }
span { border-color: rgb(106,130,111); }
td.TdClassName
{
border-color: #6A826F;
}
.TagClassName
{
border-color: #6A826F;
}
</style>