Shades of Laurel #679866
Tints of Laurel #679866
RGB
CMYK
RGB Variations
Color information
#679866 (or 0x679866) is known color: Laurel. HEX triplet: 67, 98 and 66. RGB value is (103,152,102). Sum of RGB (Red+Green+Blue) = 103+152+102=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #679866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679866 is #986799. Grayscale: #838383. Windows color (decimal): -9987994 or 6723687. OLE color: 6723687.
HSL color Cylindrical-coordinate representation of color #679866: hue angle of 118.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679866 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 102 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.40 |
| HSL | 118.8º | 0.2% | 0.5% | - |
| HSV(B) | 118.8º | 0.33% | 0.6% | - |
| XYZ | 19.22 | 26.3 | 16.63 | - |
| YUV | 131.65 | 111.27 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 102 | 0.32 | 0 | 0.33 | 0.40 | 118.8 | 0.2 | 0.5 |
| Hex | 67 | 98 | 66 | 20 | 0 | 21 | 28 | 77 | 14 | 32 |
| Octal | 147 | 230 | 146 | 40 | 0 | 41 | 50 | 167 | 24 | 62 |
| Binary | 1100111 | 10011000 | 1100110 | 100000 | 0 | 100001 | 101000 | 1110111 | 10100 | 110010 |
Color Harmonies of #679866
Complementary color
Monochromatic Colors of #679866
Black with #679866
Text Example
Text Example
White with #679866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679866; }
p { color: rgb(103,152,102); }
H1.HeaderClassName
{
color: #679866;
}
.AnyTagClassName
{
color: #679866;
}
</style>
background-color css
<style>
a { background-color: #679866; }
a { background-color: rgb(103,152,102); }
div.DivClassName
{
background-color: #679866;
}
.BgClassName
{
background-color: #679866;
}
</style>
border-color css
<style>
span { border-color: #679866; }
span { border-color: rgb(103,152,102); }
td.TdClassName
{
border-color: #679866;
}
.TagClassName
{
border-color: #679866;
}
</style>