Shades of Bay Leaf #73C18C
Tints of Bay Leaf #73C18C
RGB
CMYK
RGB Variations
Color information
#73C18C (or 0x73C18C) is known color: Bay Leaf. HEX triplet: 73, C1 and 8C. RGB value is (115,193,140). Sum of RGB (Red+Green+Blue) = 115+193+140=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #73C18C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C18C is #8C3E73. Grayscale: #A3A3A3. Windows color (decimal): -9191028 or 9224563. OLE color: 9224563.
HSL color Cylindrical-coordinate representation of color #73C18C: hue angle of 139.23º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C18C is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 140 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.24 |
| HSL | 139.23º | 0.39% | 0.6% | - |
| HSV(B) | 139.23º | 0.4% | 0.76% | - |
| XYZ | 30.87 | 43.68 | 31.61 | - |
| YUV | 163.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 140 | 0.40 | 0 | 0.27 | 0.24 | 139.23 | 0.39 | 0.6 |
| Hex | 73 | C1 | 8C | 28 | 0 | 1B | 18 | 8B | 27 | 3C |
| Octal | 163 | 301 | 214 | 50 | 0 | 33 | 30 | 213 | 47 | 74 |
| Binary | 1110011 | 11000001 | 10001100 | 101000 | 0 | 11011 | 11000 | 10001011 | 100111 | 111100 |
Color Harmonies of #73C18C
Complementary color
Monochromatic Colors of #73C18C
Black with #73C18C
Text Example
Text Example
White with #73C18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C18C; }
p { color: rgb(115,193,140); }
H1.HeaderClassName
{
color: #73C18C;
}
.AnyTagClassName
{
color: #73C18C;
}
</style>
background-color css
<style>
a { background-color: #73C18C; }
a { background-color: rgb(115,193,140); }
div.DivClassName
{
background-color: #73C18C;
}
.BgClassName
{
background-color: #73C18C;
}
</style>
border-color css
<style>
span { border-color: #73C18C; }
span { border-color: rgb(115,193,140); }
td.TdClassName
{
border-color: #73C18C;
}
.TagClassName
{
border-color: #73C18C;
}
</style>