Shades of Bay Leaf #75A98A
Tints of Bay Leaf #75A98A
RGB
CMYK
RGB Variations
Color information
#75A98A (or 0x75A98A) is known color: Bay Leaf. HEX triplet: 75, A9 and 8A. RGB value is (117,169,138). Sum of RGB (Red+Green+Blue) = 117+169+138=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 169 - color contains mainly: green. Hex color #75A98A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A98A is #8A5675. Grayscale: #959595. Windows color (decimal): -9066102 or 9087349. OLE color: 9087349.
HSL color Cylindrical-coordinate representation of color #75A98A: hue angle of 144.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75A98A is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 169 | 138 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.34 |
| HSL | 144.23º | 0.23% | 0.56% | - |
| HSV(B) | 144.23º | 0.31% | 0.66% | - |
| XYZ | 26.11 | 33.99 | 29.23 | - |
| YUV | 149.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 138 | 0.31 | 0 | 0.18 | 0.34 | 144.23 | 0.23 | 0.56 |
| Hex | 75 | A9 | 8A | 1F | 0 | 12 | 22 | 90 | 17 | 38 |
| Octal | 165 | 251 | 212 | 37 | 0 | 22 | 42 | 220 | 27 | 70 |
| Binary | 1110101 | 10101001 | 10001010 | 11111 | 0 | 10010 | 100010 | 10010000 | 10111 | 111000 |
Color Harmonies of #75A98A
Complementary color
Monochromatic Colors of #75A98A
Black with #75A98A
Text Example
Text Example
White with #75A98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A98A; }
p { color: rgb(117,169,138); }
H1.HeaderClassName
{
color: #75A98A;
}
.AnyTagClassName
{
color: #75A98A;
}
</style>
background-color css
<style>
a { background-color: #75A98A; }
a { background-color: rgb(117,169,138); }
div.DivClassName
{
background-color: #75A98A;
}
.BgClassName
{
background-color: #75A98A;
}
</style>
border-color css
<style>
span { border-color: #75A98A; }
span { border-color: rgb(117,169,138); }
td.TdClassName
{
border-color: #75A98A;
}
.TagClassName
{
border-color: #75A98A;
}
</style>