Shades of Laurel #69986A
Tints of Laurel #69986A
RGB
CMYK
RGB Variations
Color information
#69986A (or 0x69986A) is known color: Laurel. HEX triplet: 69, 98 and 6A. RGB value is (105,152,106). Sum of RGB (Red+Green+Blue) = 105+152+106=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #69986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69986A is #966795. Grayscale: #848484. Windows color (decimal): -9856918 or 6985833. OLE color: 6985833.
HSL color Cylindrical-coordinate representation of color #69986A: hue angle of 121.28º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69986A is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 152 | 106 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.40 |
| HSL | 121.28º | 0.19% | 0.5% | - |
| HSV(B) | 121.28º | 0.31% | 0.6% | - |
| XYZ | 19.66 | 26.5 | 17.71 | - |
| YUV | 132.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 106 | 0.31 | 0 | 0.30 | 0.40 | 121.28 | 0.19 | 0.5 |
| Hex | 69 | 98 | 6A | 1F | 0 | 1E | 28 | 79 | 13 | 32 |
| Octal | 151 | 230 | 152 | 37 | 0 | 36 | 50 | 171 | 23 | 62 |
| Binary | 1101001 | 10011000 | 1101010 | 11111 | 0 | 11110 | 101000 | 1111001 | 10011 | 110010 |
Color Harmonies of #69986A
Complementary color
Monochromatic Colors of #69986A
Black with #69986A
Text Example
Text Example
White with #69986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69986A; }
p { color: rgb(105,152,106); }
H1.HeaderClassName
{
color: #69986A;
}
.AnyTagClassName
{
color: #69986A;
}
</style>
background-color css
<style>
a { background-color: #69986A; }
a { background-color: rgb(105,152,106); }
div.DivClassName
{
background-color: #69986A;
}
.BgClassName
{
background-color: #69986A;
}
</style>
border-color css
<style>
span { border-color: #69986A; }
span { border-color: rgb(105,152,106); }
td.TdClassName
{
border-color: #69986A;
}
.TagClassName
{
border-color: #69986A;
}
</style>