Shades of Bay Leaf #75B17F
Tints of Bay Leaf #75B17F
RGB
CMYK
RGB Variations
Color information
#75B17F (or 0x75B17F) is known color: Bay Leaf. HEX triplet: 75, B1 and 7F. RGB value is (117,177,127). Sum of RGB (Red+Green+Blue) = 117+177+127=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 177 - color contains mainly: green. Hex color #75B17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B17F is #8A4E80. Grayscale: #999999. Windows color (decimal): -9064065 or 8368501. OLE color: 8368501.
HSL color Cylindrical-coordinate representation of color #75B17F: hue angle of 130º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B17F is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 177 | 127 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.31 |
| HSL | 130º | 0.28% | 0.58% | - |
| HSV(B) | 130º | 0.34% | 0.69% | - |
| XYZ | 26.89 | 36.76 | 25.76 | - |
| YUV | 153.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 177 | 127 | 0.34 | 0 | 0.28 | 0.31 | 130 | 0.28 | 0.58 |
| Hex | 75 | B1 | 7F | 22 | 0 | 1C | 1F | 82 | 1C | 3A |
| Octal | 165 | 261 | 177 | 42 | 0 | 34 | 37 | 202 | 34 | 72 |
| Binary | 1110101 | 10110001 | 1111111 | 100010 | 0 | 11100 | 11111 | 10000010 | 11100 | 111010 |
Color Harmonies of #75B17F
Complementary color
Monochromatic Colors of #75B17F
Black with #75B17F
Text Example
Text Example
White with #75B17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B17F; }
p { color: rgb(117,177,127); }
H1.HeaderClassName
{
color: #75B17F;
}
.AnyTagClassName
{
color: #75B17F;
}
</style>
background-color css
<style>
a { background-color: #75B17F; }
a { background-color: rgb(117,177,127); }
div.DivClassName
{
background-color: #75B17F;
}
.BgClassName
{
background-color: #75B17F;
}
</style>
border-color css
<style>
span { border-color: #75B17F; }
span { border-color: rgb(117,177,127); }
td.TdClassName
{
border-color: #75B17F;
}
.TagClassName
{
border-color: #75B17F;
}
</style>