Shades of Laurel #69A166
Tints of Laurel #69A166
RGB
CMYK
RGB Variations
Color information
#69A166 (or 0x69A166) is known color: Laurel. HEX triplet: 69, A1 and 66. RGB value is (105,161,102). Sum of RGB (Red+Green+Blue) = 105+161+102=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 161 - color contains mainly: green. Hex color #69A166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A166 is #965E99. Grayscale: #898989. Windows color (decimal): -9854618 or 6725993. OLE color: 6725993.
HSL color Cylindrical-coordinate representation of color #69A166: hue angle of 116.95º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69A166 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 161 | 102 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.37 |
| HSL | 116.95º | 0.24% | 0.52% | - |
| HSV(B) | 116.95º | 0.37% | 0.63% | - |
| XYZ | 20.97 | 29.45 | 17.15 | - |
| YUV | 137.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 161 | 102 | 0.35 | 0 | 0.37 | 0.37 | 116.95 | 0.24 | 0.52 |
| Hex | 69 | A1 | 66 | 23 | 0 | 25 | 25 | 75 | 18 | 34 |
| Octal | 151 | 241 | 146 | 43 | 0 | 45 | 45 | 165 | 30 | 64 |
| Binary | 1101001 | 10100001 | 1100110 | 100011 | 0 | 100101 | 100101 | 1110101 | 11000 | 110100 |
Color Harmonies of #69A166
Complementary color
Monochromatic Colors of #69A166
Black with #69A166
Text Example
Text Example
White with #69A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A166; }
p { color: rgb(105,161,102); }
H1.HeaderClassName
{
color: #69A166;
}
.AnyTagClassName
{
color: #69A166;
}
</style>
background-color css
<style>
a { background-color: #69A166; }
a { background-color: rgb(105,161,102); }
div.DivClassName
{
background-color: #69A166;
}
.BgClassName
{
background-color: #69A166;
}
</style>
border-color css
<style>
span { border-color: #69A166; }
span { border-color: rgb(105,161,102); }
td.TdClassName
{
border-color: #69A166;
}
.TagClassName
{
border-color: #69A166;
}
</style>