Shades of Laurel #6A936C
Tints of Laurel #6A936C
RGB
CMYK
RGB Variations
Color information
#6A936C (or 0x6A936C) is known color: Laurel. HEX triplet: 6A, 93 and 6C. RGB value is (106,147,108). Sum of RGB (Red+Green+Blue) = 106+147+108=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #6A936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A936C is #956C93. Grayscale: #828282. Windows color (decimal): -9792660 or 7115626. OLE color: 7115626.
HSL color Cylindrical-coordinate representation of color #6A936C: hue angle of 122.93º degrees, saturation: 0.16, 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 #6A936C is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 147 | 108 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.42 |
| HSL | 122.93º | 0.16% | 0.5% | - |
| HSV(B) | 122.93º | 0.28% | 0.58% | - |
| XYZ | 19.08 | 25.01 | 18.01 | - |
| YUV | 130.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 147 | 108 | 0.28 | 0 | 0.27 | 0.42 | 122.93 | 0.16 | 0.5 |
| Hex | 6A | 93 | 6C | 1C | 0 | 1B | 2A | 7B | 10 | 32 |
| Octal | 152 | 223 | 154 | 34 | 0 | 33 | 52 | 173 | 20 | 62 |
| Binary | 1101010 | 10010011 | 1101100 | 11100 | 0 | 11011 | 101010 | 1111011 | 10000 | 110010 |
Color Harmonies of #6A936C
Complementary color
Monochromatic Colors of #6A936C
Black with #6A936C
Text Example
Text Example
White with #6A936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A936C; }
p { color: rgb(106,147,108); }
H1.HeaderClassName
{
color: #6A936C;
}
.AnyTagClassName
{
color: #6A936C;
}
</style>
background-color css
<style>
a { background-color: #6A936C; }
a { background-color: rgb(106,147,108); }
div.DivClassName
{
background-color: #6A936C;
}
.BgClassName
{
background-color: #6A936C;
}
</style>
border-color css
<style>
span { border-color: #6A936C; }
span { border-color: rgb(106,147,108); }
td.TdClassName
{
border-color: #6A936C;
}
.TagClassName
{
border-color: #6A936C;
}
</style>