Shades of Laurel #699767
Tints of Laurel #699767
RGB
CMYK
RGB Variations
Color information
#699767 (or 0x699767) is known color: Laurel. HEX triplet: 69, 97 and 67. RGB value is (105,151,103). Sum of RGB (Red+Green+Blue) = 105+151+103=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #699767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699767 is #966898. Grayscale: #838383. Windows color (decimal): -9857177 or 6788969. OLE color: 6788969.
HSL color Cylindrical-coordinate representation of color #699767: hue angle of 117.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699767 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 151 | 103 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.41 |
| HSL | 117.5º | 0.19% | 0.5% | - |
| HSV(B) | 117.5º | 0.32% | 0.59% | - |
| XYZ | 19.34 | 26.12 | 16.85 | - |
| YUV | 131.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 103 | 0.30 | 0 | 0.32 | 0.41 | 117.5 | 0.19 | 0.5 |
| Hex | 69 | 97 | 67 | 1E | 0 | 20 | 29 | 76 | 13 | 32 |
| Octal | 151 | 227 | 147 | 36 | 0 | 40 | 51 | 166 | 23 | 62 |
| Binary | 1101001 | 10010111 | 1100111 | 11110 | 0 | 100000 | 101001 | 1110110 | 10011 | 110010 |
Color Harmonies of #699767
Complementary color
Monochromatic Colors of #699767
Black with #699767
Text Example
Text Example
White with #699767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699767; }
p { color: rgb(105,151,103); }
H1.HeaderClassName
{
color: #699767;
}
.AnyTagClassName
{
color: #699767;
}
</style>
background-color css
<style>
a { background-color: #699767; }
a { background-color: rgb(105,151,103); }
div.DivClassName
{
background-color: #699767;
}
.BgClassName
{
background-color: #699767;
}
</style>
border-color css
<style>
span { border-color: #699767; }
span { border-color: rgb(105,151,103); }
td.TdClassName
{
border-color: #699767;
}
.TagClassName
{
border-color: #699767;
}
</style>