Shades of Laurel #679F6B
Tints of Laurel #679F6B
RGB
CMYK
RGB Variations
Color information
#679F6B (or 0x679F6B) is known color: Laurel. HEX triplet: 67, 9F and 6B. RGB value is (103,159,107). Sum of RGB (Red+Green+Blue) = 103+159+107=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 159 - color contains mainly: green. Hex color #679F6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679F6B is #986094. Grayscale: #888888. Windows color (decimal): -9986197 or 7053159. OLE color: 7053159.
HSL color Cylindrical-coordinate representation of color #679F6B: hue angle of 124.29º degrees, saturation: 0.23, 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 #679F6B is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 159 | 107 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.38 |
| HSL | 124.29º | 0.23% | 0.51% | - |
| HSV(B) | 124.29º | 0.35% | 0.62% | - |
| XYZ | 20.65 | 28.74 | 18.37 | - |
| YUV | 136.33 | 111.45 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 107 | 0.35 | 0 | 0.33 | 0.38 | 124.29 | 0.23 | 0.51 |
| Hex | 67 | 9F | 6B | 23 | 0 | 21 | 26 | 7C | 17 | 33 |
| Octal | 147 | 237 | 153 | 43 | 0 | 41 | 46 | 174 | 27 | 63 |
| Binary | 1100111 | 10011111 | 1101011 | 100011 | 0 | 100001 | 100110 | 1111100 | 10111 | 110011 |
Color Harmonies of #679F6B
Complementary color
Monochromatic Colors of #679F6B
Black with #679F6B
Text Example
Text Example
White with #679F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679F6B; }
p { color: rgb(103,159,107); }
H1.HeaderClassName
{
color: #679F6B;
}
.AnyTagClassName
{
color: #679F6B;
}
</style>
background-color css
<style>
a { background-color: #679F6B; }
a { background-color: rgb(103,159,107); }
div.DivClassName
{
background-color: #679F6B;
}
.BgClassName
{
background-color: #679F6B;
}
</style>
border-color css
<style>
span { border-color: #679F6B; }
span { border-color: rgb(103,159,107); }
td.TdClassName
{
border-color: #679F6B;
}
.TagClassName
{
border-color: #679F6B;
}
</style>