Shades of Laurel #69756A
Tints of Laurel #69756A
RGB
CMYK
RGB Variations
Color information
#69756A (or 0x69756A) is known color: Laurel. HEX triplet: 69, 75 and 6A. RGB value is (105,117,106). Sum of RGB (Red+Green+Blue) = 105+117+106=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 117 - color contains mainly: green. Hex color #69756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69756A is #968A95. Grayscale: #707070. Windows color (decimal): -9865878 or 6976873. OLE color: 6976873.
HSL color Cylindrical-coordinate representation of color #69756A: hue angle of 125º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #69756A is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 117 | 106 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.54 |
| HSL | 125º | 0.05% | 0.44% | - |
| HSV(B) | 125º | 0.1% | 0.46% | - |
| XYZ | 14.79 | 16.77 | 16.09 | - |
| YUV | 112.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 106 | 0.10 | 0 | 0.09 | 0.54 | 125 | 0.05 | 0.44 |
| Hex | 69 | 75 | 6A | A | 0 | 9 | 36 | 7D | 5 | 2C |
| Octal | 151 | 165 | 152 | 12 | 0 | 11 | 66 | 175 | 5 | 54 |
| Binary | 1101001 | 1110101 | 1101010 | 1010 | 0 | 1001 | 110110 | 1111101 | 101 | 101100 |
Color Harmonies of #69756A
Complementary color
Monochromatic Colors of #69756A
Black with #69756A
Text Example
Text Example
White with #69756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69756A; }
p { color: rgb(105,117,106); }
H1.HeaderClassName
{
color: #69756A;
}
.AnyTagClassName
{
color: #69756A;
}
</style>
background-color css
<style>
a { background-color: #69756A; }
a { background-color: rgb(105,117,106); }
div.DivClassName
{
background-color: #69756A;
}
.BgClassName
{
background-color: #69756A;
}
</style>
border-color css
<style>
span { border-color: #69756A; }
span { border-color: rgb(105,117,106); }
td.TdClassName
{
border-color: #69756A;
}
.TagClassName
{
border-color: #69756A;
}
</style>