Shades of Laurel #69906E
Tints of Laurel #69906E
RGB
CMYK
RGB Variations
Color information
#69906E (or 0x69906E) is known color: Laurel. HEX triplet: 69, 90 and 6E. RGB value is (105,144,110). Sum of RGB (Red+Green+Blue) = 105+144+110=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #69906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69906E is #966F91. Grayscale: #808080. Windows color (decimal): -9858962 or 7245929. OLE color: 7245929.
HSL color Cylindrical-coordinate representation of color #69906E: hue angle of 127.69º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69906E is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 144 | 110 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.44 |
| HSL | 127.69º | 0.16% | 0.49% | - |
| HSV(B) | 127.69º | 0.27% | 0.56% | - |
| XYZ | 18.61 | 24.08 | 18.42 | - |
| YUV | 128.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 110 | 0.27 | 0 | 0.24 | 0.44 | 127.69 | 0.16 | 0.49 |
| Hex | 69 | 90 | 6E | 1B | 0 | 18 | 2C | 80 | 10 | 31 |
| Octal | 151 | 220 | 156 | 33 | 0 | 30 | 54 | 200 | 20 | 61 |
| Binary | 1101001 | 10010000 | 1101110 | 11011 | 0 | 11000 | 101100 | 10000000 | 10000 | 110001 |
Color Harmonies of #69906E
Complementary color
Monochromatic Colors of #69906E
Black with #69906E
Text Example
Text Example
White with #69906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69906E; }
p { color: rgb(105,144,110); }
H1.HeaderClassName
{
color: #69906E;
}
.AnyTagClassName
{
color: #69906E;
}
</style>
background-color css
<style>
a { background-color: #69906E; }
a { background-color: rgb(105,144,110); }
div.DivClassName
{
background-color: #69906E;
}
.BgClassName
{
background-color: #69906E;
}
</style>
border-color css
<style>
span { border-color: #69906E; }
span { border-color: rgb(105,144,110); }
td.TdClassName
{
border-color: #69906E;
}
.TagClassName
{
border-color: #69906E;
}
</style>