Shades of Laurel #6A9B6A
Tints of Laurel #6A9B6A
RGB
CMYK
RGB Variations
Color information
#6A9B6A (or 0x6A9B6A) is known color: Laurel. HEX triplet: 6A, 9B and 6A. RGB value is (106,155,106). Sum of RGB (Red+Green+Blue) = 106+155+106=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #6A9B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9B6A is #956495. Grayscale: #868686. Windows color (decimal): -9790614 or 6986602. OLE color: 6986602.
HSL color Cylindrical-coordinate representation of color #6A9B6A: hue angle of 120º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A9B6A is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 155 | 106 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.39 |
| HSL | 120º | 0.2% | 0.51% | - |
| HSV(B) | 120º | 0.32% | 0.61% | - |
| XYZ | 20.27 | 27.55 | 17.88 | - |
| YUV | 134.76 | 111.77 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 155 | 106 | 0.32 | 0 | 0.32 | 0.39 | 120 | 0.2 | 0.51 |
| Hex | 6A | 9B | 6A | 20 | 0 | 20 | 27 | 78 | 14 | 33 |
| Octal | 152 | 233 | 152 | 40 | 0 | 40 | 47 | 170 | 24 | 63 |
| Binary | 1101010 | 10011011 | 1101010 | 100000 | 0 | 100000 | 100111 | 1111000 | 10100 | 110011 |
Color Harmonies of #6A9B6A
Complementary color
Monochromatic Colors of #6A9B6A
Black with #6A9B6A
Text Example
Text Example
White with #6A9B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9B6A; }
p { color: rgb(106,155,106); }
H1.HeaderClassName
{
color: #6A9B6A;
}
.AnyTagClassName
{
color: #6A9B6A;
}
</style>
background-color css
<style>
a { background-color: #6A9B6A; }
a { background-color: rgb(106,155,106); }
div.DivClassName
{
background-color: #6A9B6A;
}
.BgClassName
{
background-color: #6A9B6A;
}
</style>
border-color css
<style>
span { border-color: #6A9B6A; }
span { border-color: rgb(106,155,106); }
td.TdClassName
{
border-color: #6A9B6A;
}
.TagClassName
{
border-color: #6A9B6A;
}
</style>