Shades of Bay Leaf #74B17F
Tints of Bay Leaf #74B17F
RGB
CMYK
RGB Variations
Color information
#74B17F (or 0x74B17F) is known color: Bay Leaf. HEX triplet: 74, B1 and 7F. RGB value is (116,177,127). Sum of RGB (Red+Green+Blue) = 116+177+127=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #74B17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B17F is #8B4E80. Grayscale: #999999. Windows color (decimal): -9129601 or 8368500. OLE color: 8368500.
HSL color Cylindrical-coordinate representation of color #74B17F: hue angle of 130.82º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74B17F is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 177 | 127 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.31 |
| HSL | 130.82º | 0.28% | 0.57% | - |
| HSV(B) | 130.82º | 0.34% | 0.69% | - |
| XYZ | 26.76 | 36.69 | 25.75 | - |
| YUV | 153.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 177 | 127 | 0.34 | 0 | 0.28 | 0.31 | 130.82 | 0.28 | 0.57 |
| Hex | 74 | B1 | 7F | 22 | 0 | 1C | 1F | 83 | 1C | 39 |
| Octal | 164 | 261 | 177 | 42 | 0 | 34 | 37 | 203 | 34 | 71 |
| Binary | 1110100 | 10110001 | 1111111 | 100010 | 0 | 11100 | 11111 | 10000011 | 11100 | 111001 |
Color Harmonies of #74B17F
Complementary color
Monochromatic Colors of #74B17F
Black with #74B17F
Text Example
Text Example
White with #74B17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B17F; }
p { color: rgb(116,177,127); }
H1.HeaderClassName
{
color: #74B17F;
}
.AnyTagClassName
{
color: #74B17F;
}
</style>
background-color css
<style>
a { background-color: #74B17F; }
a { background-color: rgb(116,177,127); }
div.DivClassName
{
background-color: #74B17F;
}
.BgClassName
{
background-color: #74B17F;
}
</style>
border-color css
<style>
span { border-color: #74B17F; }
span { border-color: rgb(116,177,127); }
td.TdClassName
{
border-color: #74B17F;
}
.TagClassName
{
border-color: #74B17F;
}
</style>