Shades of Bay Leaf #7CA385
Tints of Bay Leaf #7CA385
RGB
CMYK
RGB Variations
Color information
#7CA385 (or 0x7CA385) is known color: Bay Leaf. HEX triplet: 7C, A3 and 85. RGB value is (124,163,133). Sum of RGB (Red+Green+Blue) = 124+163+133=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA385 is #835C7A. Grayscale: #949494. Windows color (decimal): -8608891 or 8758140. OLE color: 8758140.
HSL color Cylindrical-coordinate representation of color #7CA385: hue angle of 133.85º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7CA385 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 163 | 133 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.36 |
| HSL | 133.85º | 0.17% | 0.56% | - |
| HSV(B) | 133.85º | 0.24% | 0.64% | - |
| XYZ | 25.64 | 32.17 | 27.05 | - |
| YUV | 147.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 163 | 133 | 0.24 | 0 | 0.18 | 0.36 | 133.85 | 0.17 | 0.56 |
| Hex | 7C | A3 | 85 | 18 | 0 | 12 | 24 | 86 | 11 | 38 |
| Octal | 174 | 243 | 205 | 30 | 0 | 22 | 44 | 206 | 21 | 70 |
| Binary | 1111100 | 10100011 | 10000101 | 11000 | 0 | 10010 | 100100 | 10000110 | 10001 | 111000 |
Color Harmonies of #7CA385
Complementary color
Monochromatic Colors of #7CA385
Black with #7CA385
Text Example
Text Example
White with #7CA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA385; }
p { color: rgb(124,163,133); }
H1.HeaderClassName
{
color: #7CA385;
}
.AnyTagClassName
{
color: #7CA385;
}
</style>
background-color css
<style>
a { background-color: #7CA385; }
a { background-color: rgb(124,163,133); }
div.DivClassName
{
background-color: #7CA385;
}
.BgClassName
{
background-color: #7CA385;
}
</style>
border-color css
<style>
span { border-color: #7CA385; }
span { border-color: rgb(124,163,133); }
td.TdClassName
{
border-color: #7CA385;
}
.TagClassName
{
border-color: #7CA385;
}
</style>