Shades of Bay Leaf #75AE8A
Tints of Bay Leaf #75AE8A
RGB
CMYK
RGB Variations
Color information
#75AE8A (or 0x75AE8A) is known color: Bay Leaf. HEX triplet: 75, AE and 8A. RGB value is (117,174,138). Sum of RGB (Red+Green+Blue) = 117+174+138=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AE8A is #8A5175. Grayscale: #989898. Windows color (decimal): -9064822 or 9088629. OLE color: 9088629.
HSL color Cylindrical-coordinate representation of color #75AE8A: hue angle of 142.11º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75AE8A is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 174 | 138 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.32 |
| HSL | 142.11º | 0.26% | 0.57% | - |
| HSV(B) | 142.11º | 0.33% | 0.68% | - |
| XYZ | 27.06 | 35.89 | 29.55 | - |
| YUV | 152.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 174 | 138 | 0.33 | 0 | 0.21 | 0.32 | 142.11 | 0.26 | 0.57 |
| Hex | 75 | AE | 8A | 21 | 0 | 15 | 20 | 8E | 1A | 39 |
| Octal | 165 | 256 | 212 | 41 | 0 | 25 | 40 | 216 | 32 | 71 |
| Binary | 1110101 | 10101110 | 10001010 | 100001 | 0 | 10101 | 100000 | 10001110 | 11010 | 111001 |
Color Harmonies of #75AE8A
Complementary color
Monochromatic Colors of #75AE8A
Black with #75AE8A
Text Example
Text Example
White with #75AE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AE8A; }
p { color: rgb(117,174,138); }
H1.HeaderClassName
{
color: #75AE8A;
}
.AnyTagClassName
{
color: #75AE8A;
}
</style>
background-color css
<style>
a { background-color: #75AE8A; }
a { background-color: rgb(117,174,138); }
div.DivClassName
{
background-color: #75AE8A;
}
.BgClassName
{
background-color: #75AE8A;
}
</style>
border-color css
<style>
span { border-color: #75AE8A; }
span { border-color: rgb(117,174,138); }
td.TdClassName
{
border-color: #75AE8A;
}
.TagClassName
{
border-color: #75AE8A;
}
</style>