Shades of Laurel #69776A
Tints of Laurel #69776A
RGB
CMYK
RGB Variations
Color information
#69776A (or 0x69776A) is known color: Laurel. HEX triplet: 69, 77 and 6A. RGB value is (105,119,106). Sum of RGB (Red+Green+Blue) = 105+119+106=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 119 - color contains mainly: green. Hex color #69776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69776A is #968895. Grayscale: #717171. Windows color (decimal): -9865366 or 6977385. OLE color: 6977385.
HSL color Cylindrical-coordinate representation of color #69776A: hue angle of 124.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #69776A is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 119 | 106 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.53 |
| HSL | 124.29º | 0.06% | 0.44% | - |
| HSV(B) | 124.29º | 0.12% | 0.47% | - |
| XYZ | 15.02 | 17.24 | 16.17 | - |
| YUV | 113.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 106 | 0.12 | 0 | 0.11 | 0.53 | 124.29 | 0.06 | 0.44 |
| Hex | 69 | 77 | 6A | C | 0 | B | 35 | 7C | 6 | 2C |
| Octal | 151 | 167 | 152 | 14 | 0 | 13 | 65 | 174 | 6 | 54 |
| Binary | 1101001 | 1110111 | 1101010 | 1100 | 0 | 1011 | 110101 | 1111100 | 110 | 101100 |
Color Harmonies of #69776A
Complementary color
Monochromatic Colors of #69776A
Black with #69776A
Text Example
Text Example
White with #69776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69776A; }
p { color: rgb(105,119,106); }
H1.HeaderClassName
{
color: #69776A;
}
.AnyTagClassName
{
color: #69776A;
}
</style>
background-color css
<style>
a { background-color: #69776A; }
a { background-color: rgb(105,119,106); }
div.DivClassName
{
background-color: #69776A;
}
.BgClassName
{
background-color: #69776A;
}
</style>
border-color css
<style>
span { border-color: #69776A; }
span { border-color: rgb(105,119,106); }
td.TdClassName
{
border-color: #69776A;
}
.TagClassName
{
border-color: #69776A;
}
</style>