Shades of Laurel #6A9A6C
Tints of Laurel #6A9A6C
RGB
CMYK
RGB Variations
Color information
#6A9A6C (or 0x6A9A6C) is known color: Laurel. HEX triplet: 6A, 9A and 6C. RGB value is (106,154,108). Sum of RGB (Red+Green+Blue) = 106+154+108=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #6A9A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9A6C is #956593. Grayscale: #868686. Windows color (decimal): -9790868 or 7117418. OLE color: 7117418.
HSL color Cylindrical-coordinate representation of color #6A9A6C: hue angle of 122.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A9A6C is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 154 | 108 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.40 |
| HSL | 122.5º | 0.19% | 0.51% | - |
| HSV(B) | 122.5º | 0.31% | 0.6% | - |
| XYZ | 20.21 | 27.26 | 18.38 | - |
| YUV | 134.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 154 | 108 | 0.31 | 0 | 0.30 | 0.40 | 122.5 | 0.19 | 0.51 |
| Hex | 6A | 9A | 6C | 1F | 0 | 1E | 28 | 7B | 13 | 33 |
| Octal | 152 | 232 | 154 | 37 | 0 | 36 | 50 | 173 | 23 | 63 |
| Binary | 1101010 | 10011010 | 1101100 | 11111 | 0 | 11110 | 101000 | 1111011 | 10011 | 110011 |
Color Harmonies of #6A9A6C
Complementary color
Monochromatic Colors of #6A9A6C
Black with #6A9A6C
Text Example
Text Example
White with #6A9A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9A6C; }
p { color: rgb(106,154,108); }
H1.HeaderClassName
{
color: #6A9A6C;
}
.AnyTagClassName
{
color: #6A9A6C;
}
</style>
background-color css
<style>
a { background-color: #6A9A6C; }
a { background-color: rgb(106,154,108); }
div.DivClassName
{
background-color: #6A9A6C;
}
.BgClassName
{
background-color: #6A9A6C;
}
</style>
border-color css
<style>
span { border-color: #6A9A6C; }
span { border-color: rgb(106,154,108); }
td.TdClassName
{
border-color: #6A9A6C;
}
.TagClassName
{
border-color: #6A9A6C;
}
</style>