Shades of Laurel #679E69
Tints of Laurel #679E69
RGB
CMYK
RGB Variations
Color information
#679E69 (or 0x679E69) is known color: Laurel. HEX triplet: 67, 9E and 69. RGB value is (103,158,105). Sum of RGB (Red+Green+Blue) = 103+158+105=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #679E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679E69 is #986196. Grayscale: #878787. Windows color (decimal): -9986455 or 6921831. OLE color: 6921831.
HSL color Cylindrical-coordinate representation of color #679E69: hue angle of 122.18º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679E69 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 158 | 105 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.38 |
| HSL | 122.18º | 0.22% | 0.51% | - |
| HSV(B) | 122.18º | 0.35% | 0.62% | - |
| XYZ | 20.37 | 28.36 | 17.76 | - |
| YUV | 135.51 | 110.78 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 105 | 0.35 | 0 | 0.34 | 0.38 | 122.18 | 0.22 | 0.51 |
| Hex | 67 | 9E | 69 | 23 | 0 | 22 | 26 | 7A | 16 | 33 |
| Octal | 147 | 236 | 151 | 43 | 0 | 42 | 46 | 172 | 26 | 63 |
| Binary | 1100111 | 10011110 | 1101001 | 100011 | 0 | 100010 | 100110 | 1111010 | 10110 | 110011 |
Color Harmonies of #679E69
Complementary color
Monochromatic Colors of #679E69
Black with #679E69
Text Example
Text Example
White with #679E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679E69; }
p { color: rgb(103,158,105); }
H1.HeaderClassName
{
color: #679E69;
}
.AnyTagClassName
{
color: #679E69;
}
</style>
background-color css
<style>
a { background-color: #679E69; }
a { background-color: rgb(103,158,105); }
div.DivClassName
{
background-color: #679E69;
}
.BgClassName
{
background-color: #679E69;
}
</style>
border-color css
<style>
span { border-color: #679E69; }
span { border-color: rgb(103,158,105); }
td.TdClassName
{
border-color: #679E69;
}
.TagClassName
{
border-color: #679E69;
}
</style>