Shades of Laurel #68986A
Tints of Laurel #68986A
RGB
CMYK
RGB Variations
Color information
#68986A (or 0x68986A) is known color: Laurel. HEX triplet: 68, 98 and 6A. RGB value is (104,152,106). Sum of RGB (Red+Green+Blue) = 104+152+106=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #68986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68986A is #976795. Grayscale: #848484. Windows color (decimal): -9922454 or 6985832. OLE color: 6985832.
HSL color Cylindrical-coordinate representation of color #68986A: hue angle of 122.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68986A is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 106 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.40 |
| HSL | 122.5º | 0.19% | 0.5% | - |
| HSV(B) | 122.5º | 0.32% | 0.6% | - |
| XYZ | 19.54 | 26.44 | 17.71 | - |
| YUV | 132.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 106 | 0.32 | 0 | 0.30 | 0.40 | 122.5 | 0.19 | 0.5 |
| Hex | 68 | 98 | 6A | 20 | 0 | 1E | 28 | 7B | 13 | 32 |
| Octal | 150 | 230 | 152 | 40 | 0 | 36 | 50 | 173 | 23 | 62 |
| Binary | 1101000 | 10011000 | 1101010 | 100000 | 0 | 11110 | 101000 | 1111011 | 10011 | 110010 |
Color Harmonies of #68986A
Complementary color
Monochromatic Colors of #68986A
Black with #68986A
Text Example
Text Example
White with #68986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68986A; }
p { color: rgb(104,152,106); }
H1.HeaderClassName
{
color: #68986A;
}
.AnyTagClassName
{
color: #68986A;
}
</style>
background-color css
<style>
a { background-color: #68986A; }
a { background-color: rgb(104,152,106); }
div.DivClassName
{
background-color: #68986A;
}
.BgClassName
{
background-color: #68986A;
}
</style>
border-color css
<style>
span { border-color: #68986A; }
span { border-color: rgb(104,152,106); }
td.TdClassName
{
border-color: #68986A;
}
.TagClassName
{
border-color: #68986A;
}
</style>