Shades of Bay Leaf #74B17D
Tints of Bay Leaf #74B17D
RGB
CMYK
RGB Variations
Color information
#74B17D (or 0x74B17D) is known color: Bay Leaf. HEX triplet: 74, B1 and 7D. RGB value is (116,177,125). Sum of RGB (Red+Green+Blue) = 116+177+125=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #74B17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B17D is #8B4E82. Grayscale: #989898. Windows color (decimal): -9129603 or 8237428. OLE color: 8237428.
HSL color Cylindrical-coordinate representation of color #74B17D: hue angle of 128.85º 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 #74B17D is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 177 | 125 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.31 |
| HSL | 128.85º | 0.28% | 0.57% | - |
| HSV(B) | 128.85º | 0.34% | 0.69% | - |
| XYZ | 26.63 | 36.64 | 25.07 | - |
| YUV | 152.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 177 | 125 | 0.34 | 0 | 0.29 | 0.31 | 128.85 | 0.28 | 0.57 |
| Hex | 74 | B1 | 7D | 22 | 0 | 1D | 1F | 81 | 1C | 39 |
| Octal | 164 | 261 | 175 | 42 | 0 | 35 | 37 | 201 | 34 | 71 |
| Binary | 1110100 | 10110001 | 1111101 | 100010 | 0 | 11101 | 11111 | 10000001 | 11100 | 111001 |
Color Harmonies of #74B17D
Complementary color
Monochromatic Colors of #74B17D
Black with #74B17D
Text Example
Text Example
White with #74B17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B17D; }
p { color: rgb(116,177,125); }
H1.HeaderClassName
{
color: #74B17D;
}
.AnyTagClassName
{
color: #74B17D;
}
</style>
background-color css
<style>
a { background-color: #74B17D; }
a { background-color: rgb(116,177,125); }
div.DivClassName
{
background-color: #74B17D;
}
.BgClassName
{
background-color: #74B17D;
}
</style>
border-color css
<style>
span { border-color: #74B17D; }
span { border-color: rgb(116,177,125); }
td.TdClassName
{
border-color: #74B17D;
}
.TagClassName
{
border-color: #74B17D;
}
</style>