Shades of Laurel #6A9770
Tints of Laurel #6A9770
RGB
CMYK
RGB Variations
Color information
#6A9770 (or 0x6A9770) is known color: Laurel. HEX triplet: 6A, 97 and 70. RGB value is (106,151,112). Sum of RGB (Red+Green+Blue) = 106+151+112=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #6A9770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9770 is #95688F. Grayscale: #858585. Windows color (decimal): -9791632 or 7378794. OLE color: 7378794.
HSL color Cylindrical-coordinate representation of color #6A9770: hue angle of 128º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A9770 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 151 | 112 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.41 |
| HSL | 128º | 0.18% | 0.5% | - |
| HSV(B) | 128º | 0.3% | 0.59% | - |
| XYZ | 19.94 | 26.37 | 19.37 | - |
| YUV | 133.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 151 | 112 | 0.30 | 0 | 0.26 | 0.41 | 128 | 0.18 | 0.5 |
| Hex | 6A | 97 | 70 | 1E | 0 | 1A | 29 | 80 | 12 | 32 |
| Octal | 152 | 227 | 160 | 36 | 0 | 32 | 51 | 200 | 22 | 62 |
| Binary | 1101010 | 10010111 | 1110000 | 11110 | 0 | 11010 | 101001 | 10000000 | 10010 | 110010 |
Color Harmonies of #6A9770
Complementary color
Monochromatic Colors of #6A9770
Black with #6A9770
Text Example
Text Example
White with #6A9770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9770; }
p { color: rgb(106,151,112); }
H1.HeaderClassName
{
color: #6A9770;
}
.AnyTagClassName
{
color: #6A9770;
}
</style>
background-color css
<style>
a { background-color: #6A9770; }
a { background-color: rgb(106,151,112); }
div.DivClassName
{
background-color: #6A9770;
}
.BgClassName
{
background-color: #6A9770;
}
</style>
border-color css
<style>
span { border-color: #6A9770; }
span { border-color: rgb(106,151,112); }
td.TdClassName
{
border-color: #6A9770;
}
.TagClassName
{
border-color: #6A9770;
}
</style>