Shades of Laurel #658A70
Tints of Laurel #658A70
RGB
CMYK
RGB Variations
Color information
#658A70 (or 0x658A70) is known color: Laurel. HEX triplet: 65, 8A and 70. RGB value is (101,138,112). Sum of RGB (Red+Green+Blue) = 101+138+112=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 138 - color contains mainly: green. Hex color #658A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658A70 is #9A758F. Grayscale: #7C7C7C. Windows color (decimal): -10122640 or 7375461. OLE color: 7375461.
HSL color Cylindrical-coordinate representation of color #658A70: hue angle of 137.84º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #658A70 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 138 | 112 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.46 |
| HSL | 137.84º | 0.15% | 0.47% | - |
| HSV(B) | 137.84º | 0.27% | 0.54% | - |
| XYZ | 17.38 | 22.11 | 18.68 | - |
| YUV | 123.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 112 | 0.27 | 0 | 0.19 | 0.46 | 137.84 | 0.15 | 0.47 |
| Hex | 65 | 8A | 70 | 1B | 0 | 13 | 2E | 8A | F | 2F |
| Octal | 145 | 212 | 160 | 33 | 0 | 23 | 56 | 212 | 17 | 57 |
| Binary | 1100101 | 10001010 | 1110000 | 11011 | 0 | 10011 | 101110 | 10001010 | 1111 | 101111 |
Color Harmonies of #658A70
Complementary color
Monochromatic Colors of #658A70
Black with #658A70
Text Example
Text Example
White with #658A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658A70; }
p { color: rgb(101,138,112); }
H1.HeaderClassName
{
color: #658A70;
}
.AnyTagClassName
{
color: #658A70;
}
</style>
background-color css
<style>
a { background-color: #658A70; }
a { background-color: rgb(101,138,112); }
div.DivClassName
{
background-color: #658A70;
}
.BgClassName
{
background-color: #658A70;
}
</style>
border-color css
<style>
span { border-color: #658A70; }
span { border-color: rgb(101,138,112); }
td.TdClassName
{
border-color: #658A70;
}
.TagClassName
{
border-color: #658A70;
}
</style>