Shades of Laurel #679C67
Tints of Laurel #679C67
RGB
CMYK
RGB Variations
Color information
#679C67 (or 0x679C67) is known color: Laurel. HEX triplet: 67, 9C and 67. RGB value is (103,156,103). Sum of RGB (Red+Green+Blue) = 103+156+103=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #679C67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679C67 is #986398. Grayscale: #868686. Windows color (decimal): -9986969 or 6790247. OLE color: 6790247.
HSL color Cylindrical-coordinate representation of color #679C67: hue angle of 120º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679C67 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 156 | 103 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.39 |
| HSL | 120º | 0.21% | 0.51% | - |
| HSV(B) | 120º | 0.34% | 0.61% | - |
| XYZ | 19.93 | 27.64 | 17.12 | - |
| YUV | 134.11 | 110.44 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 103 | 0.34 | 0 | 0.34 | 0.39 | 120 | 0.21 | 0.51 |
| Hex | 67 | 9C | 67 | 22 | 0 | 22 | 27 | 78 | 15 | 33 |
| Octal | 147 | 234 | 147 | 42 | 0 | 42 | 47 | 170 | 25 | 63 |
| Binary | 1100111 | 10011100 | 1100111 | 100010 | 0 | 100010 | 100111 | 1111000 | 10101 | 110011 |
Color Harmonies of #679C67
Complementary color
Monochromatic Colors of #679C67
Black with #679C67
Text Example
Text Example
White with #679C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679C67; }
p { color: rgb(103,156,103); }
H1.HeaderClassName
{
color: #679C67;
}
.AnyTagClassName
{
color: #679C67;
}
</style>
background-color css
<style>
a { background-color: #679C67; }
a { background-color: rgb(103,156,103); }
div.DivClassName
{
background-color: #679C67;
}
.BgClassName
{
background-color: #679C67;
}
</style>
border-color css
<style>
span { border-color: #679C67; }
span { border-color: rgb(103,156,103); }
td.TdClassName
{
border-color: #679C67;
}
.TagClassName
{
border-color: #679C67;
}
</style>