Shades of Bay Leaf #75BE81
Tints of Bay Leaf #75BE81
RGB
CMYK
RGB Variations
Color information
#75BE81 (or 0x75BE81) is known color: Bay Leaf. HEX triplet: 75, BE and 81. RGB value is (117,190,129). Sum of RGB (Red+Green+Blue) = 117+190+129=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BE81 is #8A417E. Grayscale: #A1A1A1. Windows color (decimal): -9060735 or 8502901. OLE color: 8502901.
HSL color Cylindrical-coordinate representation of color #75BE81: hue angle of 129.86º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BE81 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 190 | 129 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.25 |
| HSL | 129.86º | 0.36% | 0.6% | - |
| HSV(B) | 129.86º | 0.38% | 0.75% | - |
| XYZ | 29.71 | 42.19 | 27.35 | - |
| YUV | 161.22 | 109.82 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 190 | 129 | 0.38 | 0 | 0.32 | 0.25 | 129.86 | 0.36 | 0.6 |
| Hex | 75 | BE | 81 | 26 | 0 | 20 | 19 | 82 | 24 | 3C |
| Octal | 165 | 276 | 201 | 46 | 0 | 40 | 31 | 202 | 44 | 74 |
| Binary | 1110101 | 10111110 | 10000001 | 100110 | 0 | 100000 | 11001 | 10000010 | 100100 | 111100 |
Color Harmonies of #75BE81
Complementary color
Monochromatic Colors of #75BE81
Black with #75BE81
Text Example
Text Example
White with #75BE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BE81; }
p { color: rgb(117,190,129); }
H1.HeaderClassName
{
color: #75BE81;
}
.AnyTagClassName
{
color: #75BE81;
}
</style>
background-color css
<style>
a { background-color: #75BE81; }
a { background-color: rgb(117,190,129); }
div.DivClassName
{
background-color: #75BE81;
}
.BgClassName
{
background-color: #75BE81;
}
</style>
border-color css
<style>
span { border-color: #75BE81; }
span { border-color: rgb(117,190,129); }
td.TdClassName
{
border-color: #75BE81;
}
.TagClassName
{
border-color: #75BE81;
}
</style>