Shades of Laurel #69956C
Tints of Laurel #69956C
RGB
CMYK
RGB Variations
Color information
#69956C (or 0x69956C) is known color: Laurel. HEX triplet: 69, 95 and 6C. RGB value is (105,149,108). Sum of RGB (Red+Green+Blue) = 105+149+108=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #69956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69956C is #966A93. Grayscale: #838383. Windows color (decimal): -9857684 or 7116137. OLE color: 7116137.
HSL color Cylindrical-coordinate representation of color #69956C: hue angle of 124.09º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69956C is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 108 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.42 |
| HSL | 124.09º | 0.17% | 0.5% | - |
| HSV(B) | 124.09º | 0.3% | 0.58% | - |
| XYZ | 19.28 | 25.58 | 18.11 | - |
| YUV | 131.17 | 114.92 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 108 | 0.30 | 0 | 0.28 | 0.42 | 124.09 | 0.17 | 0.5 |
| Hex | 69 | 95 | 6C | 1E | 0 | 1C | 2A | 7C | 11 | 32 |
| Octal | 151 | 225 | 154 | 36 | 0 | 34 | 52 | 174 | 21 | 62 |
| Binary | 1101001 | 10010101 | 1101100 | 11110 | 0 | 11100 | 101010 | 1111100 | 10001 | 110010 |
Color Harmonies of #69956C
Complementary color
Monochromatic Colors of #69956C
Black with #69956C
Text Example
Text Example
White with #69956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69956C; }
p { color: rgb(105,149,108); }
H1.HeaderClassName
{
color: #69956C;
}
.AnyTagClassName
{
color: #69956C;
}
</style>
background-color css
<style>
a { background-color: #69956C; }
a { background-color: rgb(105,149,108); }
div.DivClassName
{
background-color: #69956C;
}
.BgClassName
{
background-color: #69956C;
}
</style>
border-color css
<style>
span { border-color: #69956C; }
span { border-color: rgb(105,149,108); }
td.TdClassName
{
border-color: #69956C;
}
.TagClassName
{
border-color: #69956C;
}
</style>