Shades of Laurel #699C6D
Tints of Laurel #699C6D
RGB
CMYK
RGB Variations
Color information
#699C6D (or 0x699C6D) is known color: Laurel. HEX triplet: 69, 9C and 6D. RGB value is (105,156,109). Sum of RGB (Red+Green+Blue) = 105+156+109=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #699C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699C6D is #966392. Grayscale: #878787. Windows color (decimal): -9855891 or 7183465. OLE color: 7183465.
HSL color Cylindrical-coordinate representation of color #699C6D: hue angle of 124.71º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699C6D is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 109 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.39 |
| HSL | 124.71º | 0.2% | 0.51% | - |
| HSV(B) | 124.71º | 0.33% | 0.61% | - |
| XYZ | 20.47 | 27.88 | 18.77 | - |
| YUV | 135.39 | 113.1 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 109 | 0.33 | 0 | 0.30 | 0.39 | 124.71 | 0.2 | 0.51 |
| Hex | 69 | 9C | 6D | 21 | 0 | 1E | 27 | 7D | 14 | 33 |
| Octal | 151 | 234 | 155 | 41 | 0 | 36 | 47 | 175 | 24 | 63 |
| Binary | 1101001 | 10011100 | 1101101 | 100001 | 0 | 11110 | 100111 | 1111101 | 10100 | 110011 |
Color Harmonies of #699C6D
Complementary color
Monochromatic Colors of #699C6D
Black with #699C6D
Text Example
Text Example
White with #699C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C6D; }
p { color: rgb(105,156,109); }
H1.HeaderClassName
{
color: #699C6D;
}
.AnyTagClassName
{
color: #699C6D;
}
</style>
background-color css
<style>
a { background-color: #699C6D; }
a { background-color: rgb(105,156,109); }
div.DivClassName
{
background-color: #699C6D;
}
.BgClassName
{
background-color: #699C6D;
}
</style>
border-color css
<style>
span { border-color: #699C6D; }
span { border-color: rgb(105,156,109); }
td.TdClassName
{
border-color: #699C6D;
}
.TagClassName
{
border-color: #699C6D;
}
</style>