Shades of Bay Leaf #74B77E
Tints of Bay Leaf #74B77E
RGB
CMYK
RGB Variations
Color information
#74B77E (or 0x74B77E) is known color: Bay Leaf. HEX triplet: 74, B7 and 7E. RGB value is (116,183,126). Sum of RGB (Red+Green+Blue) = 116+183+126=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #74B77E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B77E is #8B4881. Grayscale: #9C9C9C. Windows color (decimal): -9128066 or 8304500. OLE color: 8304500.
HSL color Cylindrical-coordinate representation of color #74B77E: hue angle of 128.96º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74B77E is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 126 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.28 |
| HSL | 128.96º | 0.32% | 0.59% | - |
| HSV(B) | 128.96º | 0.37% | 0.72% | - |
| XYZ | 27.9 | 39.09 | 25.81 | - |
| YUV | 156.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 126 | 0.37 | 0 | 0.31 | 0.28 | 128.96 | 0.32 | 0.59 |
| Hex | 74 | B7 | 7E | 25 | 0 | 1F | 1C | 81 | 20 | 3B |
| Octal | 164 | 267 | 176 | 45 | 0 | 37 | 34 | 201 | 40 | 73 |
| Binary | 1110100 | 10110111 | 1111110 | 100101 | 0 | 11111 | 11100 | 10000001 | 100000 | 111011 |
Color Harmonies of #74B77E
Complementary color
Monochromatic Colors of #74B77E
Black with #74B77E
Text Example
Text Example
White with #74B77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B77E; }
p { color: rgb(116,183,126); }
H1.HeaderClassName
{
color: #74B77E;
}
.AnyTagClassName
{
color: #74B77E;
}
</style>
background-color css
<style>
a { background-color: #74B77E; }
a { background-color: rgb(116,183,126); }
div.DivClassName
{
background-color: #74B77E;
}
.BgClassName
{
background-color: #74B77E;
}
</style>
border-color css
<style>
span { border-color: #74B77E; }
span { border-color: rgb(116,183,126); }
td.TdClassName
{
border-color: #74B77E;
}
.TagClassName
{
border-color: #74B77E;
}
</style>