Shades of Bay Leaf #75A882
Tints of Bay Leaf #75A882
RGB
CMYK
RGB Variations
Color information
#75A882 (or 0x75A882) is known color: Bay Leaf. HEX triplet: 75, A8 and 82. RGB value is (117,168,130). Sum of RGB (Red+Green+Blue) = 117+168+130=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 168 - color contains mainly: green. Hex color #75A882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A882 is #8A577D. Grayscale: #949494. Windows color (decimal): -9066366 or 8562805. OLE color: 8562805.
HSL color Cylindrical-coordinate representation of color #75A882: hue angle of 135.29º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A882 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 168 | 130 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.34 |
| HSL | 135.29º | 0.23% | 0.56% | - |
| HSV(B) | 135.29º | 0.3% | 0.66% | - |
| XYZ | 25.37 | 33.4 | 26.23 | - |
| YUV | 148.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 130 | 0.30 | 0 | 0.23 | 0.34 | 135.29 | 0.23 | 0.56 |
| Hex | 75 | A8 | 82 | 1E | 0 | 17 | 22 | 87 | 17 | 38 |
| Octal | 165 | 250 | 202 | 36 | 0 | 27 | 42 | 207 | 27 | 70 |
| Binary | 1110101 | 10101000 | 10000010 | 11110 | 0 | 10111 | 100010 | 10000111 | 10111 | 111000 |
Color Harmonies of #75A882
Complementary color
Monochromatic Colors of #75A882
Black with #75A882
Text Example
Text Example
White with #75A882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A882; }
p { color: rgb(117,168,130); }
H1.HeaderClassName
{
color: #75A882;
}
.AnyTagClassName
{
color: #75A882;
}
</style>
background-color css
<style>
a { background-color: #75A882; }
a { background-color: rgb(117,168,130); }
div.DivClassName
{
background-color: #75A882;
}
.BgClassName
{
background-color: #75A882;
}
</style>
border-color css
<style>
span { border-color: #75A882; }
span { border-color: rgb(117,168,130); }
td.TdClassName
{
border-color: #75A882;
}
.TagClassName
{
border-color: #75A882;
}
</style>