Shades of Laurel #6C9A70
Tints of Laurel #6C9A70
RGB
CMYK
RGB Variations
Color information
#6C9A70 (or 0x6C9A70) is known color: Laurel. HEX triplet: 6C, 9A and 70. RGB value is (108,154,112). Sum of RGB (Red+Green+Blue) = 108+154+112=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 154 - color contains mainly: green. Hex color #6C9A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9A70 is #93658F. Grayscale: #878787. Windows color (decimal): -9659792 or 7379564. OLE color: 7379564.
HSL color Cylindrical-coordinate representation of color #6C9A70: hue angle of 125.22º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C9A70 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 154 | 112 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.40 |
| HSL | 125.22º | 0.19% | 0.51% | - |
| HSV(B) | 125.22º | 0.3% | 0.6% | - |
| XYZ | 20.66 | 27.47 | 19.54 | - |
| YUV | 135.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 154 | 112 | 0.30 | 0 | 0.27 | 0.40 | 125.22 | 0.19 | 0.51 |
| Hex | 6C | 9A | 70 | 1E | 0 | 1B | 28 | 7D | 13 | 33 |
| Octal | 154 | 232 | 160 | 36 | 0 | 33 | 50 | 175 | 23 | 63 |
| Binary | 1101100 | 10011010 | 1110000 | 11110 | 0 | 11011 | 101000 | 1111101 | 10011 | 110011 |
Color Harmonies of #6C9A70
Complementary color
Monochromatic Colors of #6C9A70
Black with #6C9A70
Text Example
Text Example
White with #6C9A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9A70; }
p { color: rgb(108,154,112); }
H1.HeaderClassName
{
color: #6C9A70;
}
.AnyTagClassName
{
color: #6C9A70;
}
</style>
background-color css
<style>
a { background-color: #6C9A70; }
a { background-color: rgb(108,154,112); }
div.DivClassName
{
background-color: #6C9A70;
}
.BgClassName
{
background-color: #6C9A70;
}
</style>
border-color css
<style>
span { border-color: #6C9A70; }
span { border-color: rgb(108,154,112); }
td.TdClassName
{
border-color: #6C9A70;
}
.TagClassName
{
border-color: #6C9A70;
}
</style>