Shades of Laurel #69956F
Tints of Laurel #69956F
RGB
CMYK
RGB Variations
Color information
#69956F (or 0x69956F) is known color: Laurel. HEX triplet: 69, 95 and 6F. RGB value is (105,149,111). Sum of RGB (Red+Green+Blue) = 105+149+111=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #69956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69956F is #966A90. Grayscale: #838383. Windows color (decimal): -9857681 or 7312745. OLE color: 7312745.
HSL color Cylindrical-coordinate representation of color #69956F: hue angle of 128.18º 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 #69956F is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 111 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.42 |
| HSL | 128.18º | 0.17% | 0.5% | - |
| HSV(B) | 128.18º | 0.3% | 0.58% | - |
| XYZ | 19.44 | 25.65 | 18.96 | - |
| YUV | 131.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 111 | 0.30 | 0 | 0.26 | 0.42 | 128.18 | 0.17 | 0.5 |
| Hex | 69 | 95 | 6F | 1E | 0 | 1A | 2A | 80 | 11 | 32 |
| Octal | 151 | 225 | 157 | 36 | 0 | 32 | 52 | 200 | 21 | 62 |
| Binary | 1101001 | 10010101 | 1101111 | 11110 | 0 | 11010 | 101010 | 10000000 | 10001 | 110010 |
Color Harmonies of #69956F
Complementary color
Monochromatic Colors of #69956F
Black with #69956F
Text Example
Text Example
White with #69956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69956F; }
p { color: rgb(105,149,111); }
H1.HeaderClassName
{
color: #69956F;
}
.AnyTagClassName
{
color: #69956F;
}
</style>
background-color css
<style>
a { background-color: #69956F; }
a { background-color: rgb(105,149,111); }
div.DivClassName
{
background-color: #69956F;
}
.BgClassName
{
background-color: #69956F;
}
</style>
border-color css
<style>
span { border-color: #69956F; }
span { border-color: rgb(105,149,111); }
td.TdClassName
{
border-color: #69956F;
}
.TagClassName
{
border-color: #69956F;
}
</style>