Shades of Laurel #69996C
Tints of Laurel #69996C
RGB
CMYK
RGB Variations
Color information
#69996C (or 0x69996C) is known color: Laurel. HEX triplet: 69, 99 and 6C. RGB value is (105,153,108). Sum of RGB (Red+Green+Blue) = 105+153+108=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #69996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69996C is #966693. Grayscale: #858585. Windows color (decimal): -9856660 or 7117161. OLE color: 7117161.
HSL color Cylindrical-coordinate representation of color #69996C: hue angle of 123.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69996C is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 153 | 108 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.4 |
| HSL | 123.75º | 0.19% | 0.51% | - |
| HSV(B) | 123.75º | 0.31% | 0.6% | - |
| XYZ | 19.92 | 26.87 | 18.32 | - |
| YUV | 133.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 108 | 0.31 | 0 | 0.29 | 0.4 | 123.75 | 0.19 | 0.51 |
| Hex | 69 | 99 | 6C | 1F | 0 | 1D | 28 | 7C | 13 | 33 |
| Octal | 151 | 231 | 154 | 37 | 0 | 35 | 50 | 174 | 23 | 63 |
| Binary | 1101001 | 10011001 | 1101100 | 11111 | 0 | 11101 | 101000 | 1111100 | 10011 | 110011 |
Color Harmonies of #69996C
Complementary color
Monochromatic Colors of #69996C
Black with #69996C
Text Example
Text Example
White with #69996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69996C; }
p { color: rgb(105,153,108); }
H1.HeaderClassName
{
color: #69996C;
}
.AnyTagClassName
{
color: #69996C;
}
</style>
background-color css
<style>
a { background-color: #69996C; }
a { background-color: rgb(105,153,108); }
div.DivClassName
{
background-color: #69996C;
}
.BgClassName
{
background-color: #69996C;
}
</style>
border-color css
<style>
span { border-color: #69996C; }
span { border-color: rgb(105,153,108); }
td.TdClassName
{
border-color: #69996C;
}
.TagClassName
{
border-color: #69996C;
}
</style>