Shades of Laurel #6A9C6D
Tints of Laurel #6A9C6D
RGB
CMYK
RGB Variations
Color information
#6A9C6D (or 0x6A9C6D) is known color: Laurel. HEX triplet: 6A, 9C and 6D. RGB value is (106,156,109). Sum of RGB (Red+Green+Blue) = 106+156+109=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #6A9C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9C6D is #956392. Grayscale: #878787. Windows color (decimal): -9790355 or 7183466. OLE color: 7183466.
HSL color Cylindrical-coordinate representation of color #6A9C6D: hue angle of 123.6º 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 #6A9C6D is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 156 | 109 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.39 |
| HSL | 123.6º | 0.2% | 0.51% | - |
| HSV(B) | 123.6º | 0.32% | 0.61% | - |
| XYZ | 20.59 | 27.95 | 18.78 | - |
| YUV | 135.69 | 112.94 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 156 | 109 | 0.32 | 0 | 0.30 | 0.39 | 123.6 | 0.2 | 0.51 |
| Hex | 6A | 9C | 6D | 20 | 0 | 1E | 27 | 7C | 14 | 33 |
| Octal | 152 | 234 | 155 | 40 | 0 | 36 | 47 | 174 | 24 | 63 |
| Binary | 1101010 | 10011100 | 1101101 | 100000 | 0 | 11110 | 100111 | 1111100 | 10100 | 110011 |
Color Harmonies of #6A9C6D
Complementary color
Monochromatic Colors of #6A9C6D
Black with #6A9C6D
Text Example
Text Example
White with #6A9C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9C6D; }
p { color: rgb(106,156,109); }
H1.HeaderClassName
{
color: #6A9C6D;
}
.AnyTagClassName
{
color: #6A9C6D;
}
</style>
background-color css
<style>
a { background-color: #6A9C6D; }
a { background-color: rgb(106,156,109); }
div.DivClassName
{
background-color: #6A9C6D;
}
.BgClassName
{
background-color: #6A9C6D;
}
</style>
border-color css
<style>
span { border-color: #6A9C6D; }
span { border-color: rgb(106,156,109); }
td.TdClassName
{
border-color: #6A9C6D;
}
.TagClassName
{
border-color: #6A9C6D;
}
</style>