Shades of Laurel #679E65
Tints of Laurel #679E65
RGB
CMYK
RGB Variations
Color information
#679E65 (or 0x679E65) is known color: Laurel. HEX triplet: 67, 9E and 65. RGB value is (103,158,101). Sum of RGB (Red+Green+Blue) = 103+158+101=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #679E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679E65 is #98619A. Grayscale: #878787. Windows color (decimal): -9986459 or 6659687. OLE color: 6659687.
HSL color Cylindrical-coordinate representation of color #679E65: hue angle of 117.89º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #679E65 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 158 | 101 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.38 |
| HSL | 117.89º | 0.23% | 0.51% | - |
| HSV(B) | 117.89º | 0.36% | 0.62% | - |
| XYZ | 20.17 | 28.28 | 16.71 | - |
| YUV | 135.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 101 | 0.35 | 0 | 0.36 | 0.38 | 117.89 | 0.23 | 0.51 |
| Hex | 67 | 9E | 65 | 23 | 0 | 24 | 26 | 76 | 17 | 33 |
| Octal | 147 | 236 | 145 | 43 | 0 | 44 | 46 | 166 | 27 | 63 |
| Binary | 1100111 | 10011110 | 1100101 | 100011 | 0 | 100100 | 100110 | 1110110 | 10111 | 110011 |
Color Harmonies of #679E65
Complementary color
Monochromatic Colors of #679E65
Black with #679E65
Text Example
Text Example
White with #679E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679E65; }
p { color: rgb(103,158,101); }
H1.HeaderClassName
{
color: #679E65;
}
.AnyTagClassName
{
color: #679E65;
}
</style>
background-color css
<style>
a { background-color: #679E65; }
a { background-color: rgb(103,158,101); }
div.DivClassName
{
background-color: #679E65;
}
.BgClassName
{
background-color: #679E65;
}
</style>
border-color css
<style>
span { border-color: #679E65; }
span { border-color: rgb(103,158,101); }
td.TdClassName
{
border-color: #679E65;
}
.TagClassName
{
border-color: #679E65;
}
</style>