Shades of Bay Leaf #75B085
Tints of Bay Leaf #75B085
RGB
CMYK
RGB Variations
Color information
#75B085 (or 0x75B085) is known color: Bay Leaf. HEX triplet: 75, B0 and 85. RGB value is (117,176,133). Sum of RGB (Red+Green+Blue) = 117+176+133=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #75B085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B085 is #8A4F7A. Grayscale: #999999. Windows color (decimal): -9064315 or 8761461. OLE color: 8761461.
HSL color Cylindrical-coordinate representation of color #75B085: hue angle of 136.27º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B085 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 176 | 133 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.31 |
| HSL | 136.27º | 0.27% | 0.57% | - |
| HSV(B) | 136.27º | 0.34% | 0.69% | - |
| XYZ | 27.1 | 36.53 | 27.81 | - |
| YUV | 153.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 176 | 133 | 0.34 | 0 | 0.24 | 0.31 | 136.27 | 0.27 | 0.57 |
| Hex | 75 | B0 | 85 | 22 | 0 | 18 | 1F | 88 | 1B | 39 |
| Octal | 165 | 260 | 205 | 42 | 0 | 30 | 37 | 210 | 33 | 71 |
| Binary | 1110101 | 10110000 | 10000101 | 100010 | 0 | 11000 | 11111 | 10001000 | 11011 | 111001 |
Color Harmonies of #75B085
Complementary color
Monochromatic Colors of #75B085
Black with #75B085
Text Example
Text Example
White with #75B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B085; }
p { color: rgb(117,176,133); }
H1.HeaderClassName
{
color: #75B085;
}
.AnyTagClassName
{
color: #75B085;
}
</style>
background-color css
<style>
a { background-color: #75B085; }
a { background-color: rgb(117,176,133); }
div.DivClassName
{
background-color: #75B085;
}
.BgClassName
{
background-color: #75B085;
}
</style>
border-color css
<style>
span { border-color: #75B085; }
span { border-color: rgb(117,176,133); }
td.TdClassName
{
border-color: #75B085;
}
.TagClassName
{
border-color: #75B085;
}
</style>