Shades of Laurel #68916E
Tints of Laurel #68916E
RGB
CMYK
RGB Variations
Color information
#68916E (or 0x68916E) is known color: Laurel. HEX triplet: 68, 91 and 6E. RGB value is (104,145,110). Sum of RGB (Red+Green+Blue) = 104+145+110=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #68916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68916E is #976E91. Grayscale: #808080. Windows color (decimal): -9924242 or 7246184. OLE color: 7246184.
HSL color Cylindrical-coordinate representation of color #68916E: hue angle of 128.78º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68916E is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 145 | 110 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.43 |
| HSL | 128.78º | 0.16% | 0.49% | - |
| HSV(B) | 128.78º | 0.28% | 0.57% | - |
| XYZ | 18.65 | 24.32 | 18.46 | - |
| YUV | 128.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 110 | 0.28 | 0 | 0.24 | 0.43 | 128.78 | 0.16 | 0.49 |
| Hex | 68 | 91 | 6E | 1C | 0 | 18 | 2B | 81 | 10 | 31 |
| Octal | 150 | 221 | 156 | 34 | 0 | 30 | 53 | 201 | 20 | 61 |
| Binary | 1101000 | 10010001 | 1101110 | 11100 | 0 | 11000 | 101011 | 10000001 | 10000 | 110001 |
Color Harmonies of #68916E
Complementary color
Monochromatic Colors of #68916E
Black with #68916E
Text Example
Text Example
White with #68916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68916E; }
p { color: rgb(104,145,110); }
H1.HeaderClassName
{
color: #68916E;
}
.AnyTagClassName
{
color: #68916E;
}
</style>
background-color css
<style>
a { background-color: #68916E; }
a { background-color: rgb(104,145,110); }
div.DivClassName
{
background-color: #68916E;
}
.BgClassName
{
background-color: #68916E;
}
</style>
border-color css
<style>
span { border-color: #68916E; }
span { border-color: rgb(104,145,110); }
td.TdClassName
{
border-color: #68916E;
}
.TagClassName
{
border-color: #68916E;
}
</style>