Shades of Bay Leaf #75A683
Tints of Bay Leaf #75A683
RGB
CMYK
RGB Variations
Color information
#75A683 (or 0x75A683) is known color: Bay Leaf. HEX triplet: 75, A6 and 83. RGB value is (117,166,131). Sum of RGB (Red+Green+Blue) = 117+166+131=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #75A683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A683 is #8A597C. Grayscale: #939393. Windows color (decimal): -9066877 or 8627829. OLE color: 8627829.
HSL color Cylindrical-coordinate representation of color #75A683: hue angle of 137.14º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A683 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 166 | 131 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.35 |
| HSL | 137.14º | 0.22% | 0.55% | - |
| HSV(B) | 137.14º | 0.3% | 0.65% | - |
| XYZ | 25.07 | 32.69 | 26.46 | - |
| YUV | 147.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 131 | 0.30 | 0 | 0.21 | 0.35 | 137.14 | 0.22 | 0.55 |
| Hex | 75 | A6 | 83 | 1E | 0 | 15 | 23 | 89 | 16 | 37 |
| Octal | 165 | 246 | 203 | 36 | 0 | 25 | 43 | 211 | 26 | 67 |
| Binary | 1110101 | 10100110 | 10000011 | 11110 | 0 | 10101 | 100011 | 10001001 | 10110 | 110111 |
Color Harmonies of #75A683
Complementary color
Monochromatic Colors of #75A683
Black with #75A683
Text Example
Text Example
White with #75A683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A683; }
p { color: rgb(117,166,131); }
H1.HeaderClassName
{
color: #75A683;
}
.AnyTagClassName
{
color: #75A683;
}
</style>
background-color css
<style>
a { background-color: #75A683; }
a { background-color: rgb(117,166,131); }
div.DivClassName
{
background-color: #75A683;
}
.BgClassName
{
background-color: #75A683;
}
</style>
border-color css
<style>
span { border-color: #75A683; }
span { border-color: rgb(117,166,131); }
td.TdClassName
{
border-color: #75A683;
}
.TagClassName
{
border-color: #75A683;
}
</style>