Shades of Laurel #69A069
Tints of Laurel #69A069
RGB
CMYK
RGB Variations
Color information
#69A069 (or 0x69A069) is known color: Laurel. HEX triplet: 69, A0 and 69. RGB value is (105,160,105). Sum of RGB (Red+Green+Blue) = 105+160+105=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #69A069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A069 is #965F96. Grayscale: #898989. Windows color (decimal): -9854871 or 6922345. OLE color: 6922345.
HSL color Cylindrical-coordinate representation of color #69A069: hue angle of 120º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69A069 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 160 | 105 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.37 |
| HSL | 120º | 0.22% | 0.52% | - |
| HSV(B) | 120º | 0.34% | 0.63% | - |
| XYZ | 20.95 | 29.16 | 17.89 | - |
| YUV | 137.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 160 | 105 | 0.34 | 0 | 0.34 | 0.37 | 120 | 0.22 | 0.52 |
| Hex | 69 | A0 | 69 | 22 | 0 | 22 | 25 | 78 | 16 | 34 |
| Octal | 151 | 240 | 151 | 42 | 0 | 42 | 45 | 170 | 26 | 64 |
| Binary | 1101001 | 10100000 | 1101001 | 100010 | 0 | 100010 | 100101 | 1111000 | 10110 | 110100 |
Color Harmonies of #69A069
Complementary color
Monochromatic Colors of #69A069
Black with #69A069
Text Example
Text Example
White with #69A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A069; }
p { color: rgb(105,160,105); }
H1.HeaderClassName
{
color: #69A069;
}
.AnyTagClassName
{
color: #69A069;
}
</style>
background-color css
<style>
a { background-color: #69A069; }
a { background-color: rgb(105,160,105); }
div.DivClassName
{
background-color: #69A069;
}
.BgClassName
{
background-color: #69A069;
}
</style>
border-color css
<style>
span { border-color: #69A069; }
span { border-color: rgb(105,160,105); }
td.TdClassName
{
border-color: #69A069;
}
.TagClassName
{
border-color: #69A069;
}
</style>