Shades of Laurel #679A6A
Tints of Laurel #679A6A
RGB
CMYK
RGB Variations
Color information
#679A6A (or 0x679A6A) is known color: Laurel. HEX triplet: 67, 9A and 6A. RGB value is (103,154,106). Sum of RGB (Red+Green+Blue) = 103+154+106=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #679A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679A6A is #986595. Grayscale: #858585. Windows color (decimal): -9987478 or 6986343. OLE color: 6986343.
HSL color Cylindrical-coordinate representation of color #679A6A: hue angle of 123.53º 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 #679A6A is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 154 | 106 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.40 |
| HSL | 123.53º | 0.2% | 0.5% | - |
| HSV(B) | 123.53º | 0.33% | 0.6% | - |
| XYZ | 19.75 | 27.04 | 17.81 | - |
| YUV | 133.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 106 | 0.33 | 0 | 0.31 | 0.40 | 123.53 | 0.2 | 0.5 |
| Hex | 67 | 9A | 6A | 21 | 0 | 1F | 28 | 7C | 14 | 32 |
| Octal | 147 | 232 | 152 | 41 | 0 | 37 | 50 | 174 | 24 | 62 |
| Binary | 1100111 | 10011010 | 1101010 | 100001 | 0 | 11111 | 101000 | 1111100 | 10100 | 110010 |
Color Harmonies of #679A6A
Complementary color
Monochromatic Colors of #679A6A
Black with #679A6A
Text Example
Text Example
White with #679A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679A6A; }
p { color: rgb(103,154,106); }
H1.HeaderClassName
{
color: #679A6A;
}
.AnyTagClassName
{
color: #679A6A;
}
</style>
background-color css
<style>
a { background-color: #679A6A; }
a { background-color: rgb(103,154,106); }
div.DivClassName
{
background-color: #679A6A;
}
.BgClassName
{
background-color: #679A6A;
}
</style>
border-color css
<style>
span { border-color: #679A6A; }
span { border-color: rgb(103,154,106); }
td.TdClassName
{
border-color: #679A6A;
}
.TagClassName
{
border-color: #679A6A;
}
</style>