Shades of Laurel #689270
Tints of Laurel #689270
RGB
CMYK
RGB Variations
Color information
#689270 (or 0x689270) is known color: Laurel. HEX triplet: 68, 92 and 70. RGB value is (104,146,112). Sum of RGB (Red+Green+Blue) = 104+146+112=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #689270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689270 is #976D8F. Grayscale: #818181. Windows color (decimal): -9923984 or 7377512. OLE color: 7377512.
HSL color Cylindrical-coordinate representation of color #689270: hue angle of 131.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689270 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 112 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.43 |
| HSL | 131.43º | 0.17% | 0.49% | - |
| HSV(B) | 131.43º | 0.29% | 0.57% | - |
| XYZ | 18.91 | 24.67 | 19.09 | - |
| YUV | 129.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 112 | 0.29 | 0 | 0.23 | 0.43 | 131.43 | 0.17 | 0.49 |
| Hex | 68 | 92 | 70 | 1D | 0 | 17 | 2B | 83 | 11 | 31 |
| Octal | 150 | 222 | 160 | 35 | 0 | 27 | 53 | 203 | 21 | 61 |
| Binary | 1101000 | 10010010 | 1110000 | 11101 | 0 | 10111 | 101011 | 10000011 | 10001 | 110001 |
Color Harmonies of #689270
Complementary color
Monochromatic Colors of #689270
Black with #689270
Text Example
Text Example
White with #689270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689270; }
p { color: rgb(104,146,112); }
H1.HeaderClassName
{
color: #689270;
}
.AnyTagClassName
{
color: #689270;
}
</style>
background-color css
<style>
a { background-color: #689270; }
a { background-color: rgb(104,146,112); }
div.DivClassName
{
background-color: #689270;
}
.BgClassName
{
background-color: #689270;
}
</style>
border-color css
<style>
span { border-color: #689270; }
span { border-color: rgb(104,146,112); }
td.TdClassName
{
border-color: #689270;
}
.TagClassName
{
border-color: #689270;
}
</style>