Shades of Bay Leaf #75B580
Tints of Bay Leaf #75B580
RGB
CMYK
RGB Variations
Color information
#75B580 (or 0x75B580) is known color: Bay Leaf. HEX triplet: 75, B5 and 80. RGB value is (117,181,128). Sum of RGB (Red+Green+Blue) = 117+181+128=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #75B580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B580 is #8A4A7F. Grayscale: #9B9B9B. Windows color (decimal): -9063040 or 8435061. OLE color: 8435061.
HSL color Cylindrical-coordinate representation of color #75B580: hue angle of 130.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75B580 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 181 | 128 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.29 |
| HSL | 130.31º | 0.3% | 0.58% | - |
| HSV(B) | 130.31º | 0.35% | 0.71% | - |
| XYZ | 27.76 | 38.39 | 26.37 | - |
| YUV | 155.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 181 | 128 | 0.35 | 0 | 0.29 | 0.29 | 130.31 | 0.3 | 0.58 |
| Hex | 75 | B5 | 80 | 23 | 0 | 1D | 1D | 82 | 1E | 3A |
| Octal | 165 | 265 | 200 | 43 | 0 | 35 | 35 | 202 | 36 | 72 |
| Binary | 1110101 | 10110101 | 10000000 | 100011 | 0 | 11101 | 11101 | 10000010 | 11110 | 111010 |
Color Harmonies of #75B580
Complementary color
Monochromatic Colors of #75B580
Black with #75B580
Text Example
Text Example
White with #75B580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B580; }
p { color: rgb(117,181,128); }
H1.HeaderClassName
{
color: #75B580;
}
.AnyTagClassName
{
color: #75B580;
}
</style>
background-color css
<style>
a { background-color: #75B580; }
a { background-color: rgb(117,181,128); }
div.DivClassName
{
background-color: #75B580;
}
.BgClassName
{
background-color: #75B580;
}
</style>
border-color css
<style>
span { border-color: #75B580; }
span { border-color: rgb(117,181,128); }
td.TdClassName
{
border-color: #75B580;
}
.TagClassName
{
border-color: #75B580;
}
</style>