Shades of Bay Leaf #75C48A
Tints of Bay Leaf #75C48A
RGB
CMYK
RGB Variations
Color information
#75C48A (or 0x75C48A) is known color: Bay Leaf. HEX triplet: 75, C4 and 8A. RGB value is (117,196,138). Sum of RGB (Red+Green+Blue) = 117+196+138=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #75C48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C48A is #8A3B75. Grayscale: #A5A5A5. Windows color (decimal): -9059190 or 9094261. OLE color: 9094261.
HSL color Cylindrical-coordinate representation of color #75C48A: hue angle of 135.95º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C48A is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 196 | 138 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.23 |
| HSL | 135.95º | 0.4% | 0.61% | - |
| HSV(B) | 135.95º | 0.4% | 0.77% | - |
| XYZ | 31.66 | 45.1 | 31.08 | - |
| YUV | 165.77 | 112.33 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 196 | 138 | 0.40 | 0 | 0.30 | 0.23 | 135.95 | 0.4 | 0.61 |
| Hex | 75 | C4 | 8A | 28 | 0 | 1E | 17 | 88 | 28 | 3D |
| Octal | 165 | 304 | 212 | 50 | 0 | 36 | 27 | 210 | 50 | 75 |
| Binary | 1110101 | 11000100 | 10001010 | 101000 | 0 | 11110 | 10111 | 10001000 | 101000 | 111101 |
Color Harmonies of #75C48A
Complementary color
Monochromatic Colors of #75C48A
Black with #75C48A
Text Example
Text Example
White with #75C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C48A; }
p { color: rgb(117,196,138); }
H1.HeaderClassName
{
color: #75C48A;
}
.AnyTagClassName
{
color: #75C48A;
}
</style>
background-color css
<style>
a { background-color: #75C48A; }
a { background-color: rgb(117,196,138); }
div.DivClassName
{
background-color: #75C48A;
}
.BgClassName
{
background-color: #75C48A;
}
</style>
border-color css
<style>
span { border-color: #75C48A; }
span { border-color: rgb(117,196,138); }
td.TdClassName
{
border-color: #75C48A;
}
.TagClassName
{
border-color: #75C48A;
}
</style>