Shades of Laurel #6A8A70
Tints of Laurel #6A8A70
RGB
CMYK
RGB Variations
Color information
#6A8A70 (or 0x6A8A70) is known color: Laurel. HEX triplet: 6A, 8A and 70. RGB value is (106,138,112). Sum of RGB (Red+Green+Blue) = 106+138+112=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8A70 is #95758F. Grayscale: #7D7D7D. Windows color (decimal): -9794960 or 7375466. OLE color: 7375466.
HSL color Cylindrical-coordinate representation of color #6A8A70: hue angle of 131.25º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A8A70 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 138 | 112 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.46 |
| HSL | 131.25º | 0.13% | 0.48% | - |
| HSV(B) | 131.25º | 0.23% | 0.54% | - |
| XYZ | 17.96 | 22.41 | 18.71 | - |
| YUV | 125.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 112 | 0.23 | 0 | 0.19 | 0.46 | 131.25 | 0.13 | 0.48 |
| Hex | 6A | 8A | 70 | 17 | 0 | 13 | 2E | 83 | D | 30 |
| Octal | 152 | 212 | 160 | 27 | 0 | 23 | 56 | 203 | 15 | 60 |
| Binary | 1101010 | 10001010 | 1110000 | 10111 | 0 | 10011 | 101110 | 10000011 | 1101 | 110000 |
Color Harmonies of #6A8A70
Complementary color
Monochromatic Colors of #6A8A70
Black with #6A8A70
Text Example
Text Example
White with #6A8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8A70; }
p { color: rgb(106,138,112); }
H1.HeaderClassName
{
color: #6A8A70;
}
.AnyTagClassName
{
color: #6A8A70;
}
</style>
background-color css
<style>
a { background-color: #6A8A70; }
a { background-color: rgb(106,138,112); }
div.DivClassName
{
background-color: #6A8A70;
}
.BgClassName
{
background-color: #6A8A70;
}
</style>
border-color css
<style>
span { border-color: #6A8A70; }
span { border-color: rgb(106,138,112); }
td.TdClassName
{
border-color: #6A8A70;
}
.TagClassName
{
border-color: #6A8A70;
}
</style>