Shades of Bay Leaf #74AC80
Tints of Bay Leaf #74AC80
RGB
CMYK
RGB Variations
Color information
#74AC80 (or 0x74AC80) is known color: Bay Leaf. HEX triplet: 74, AC and 80. RGB value is (116,172,128). Sum of RGB (Red+Green+Blue) = 116+172+128=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC80 is #8B537F. Grayscale: #969696. Windows color (decimal): -9130880 or 8432756. OLE color: 8432756.
HSL color Cylindrical-coordinate representation of color #74AC80: hue angle of 132.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AC80 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 128 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.33 |
| HSL | 132.86º | 0.25% | 0.56% | - |
| HSV(B) | 132.86º | 0.33% | 0.67% | - |
| XYZ | 25.85 | 34.78 | 25.77 | - |
| YUV | 150.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 128 | 0.33 | 0 | 0.26 | 0.33 | 132.86 | 0.25 | 0.56 |
| Hex | 74 | AC | 80 | 21 | 0 | 1A | 21 | 85 | 19 | 38 |
| Octal | 164 | 254 | 200 | 41 | 0 | 32 | 41 | 205 | 31 | 70 |
| Binary | 1110100 | 10101100 | 10000000 | 100001 | 0 | 11010 | 100001 | 10000101 | 11001 | 111000 |
Color Harmonies of #74AC80
Complementary color
Monochromatic Colors of #74AC80
Black with #74AC80
Text Example
Text Example
White with #74AC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC80; }
p { color: rgb(116,172,128); }
H1.HeaderClassName
{
color: #74AC80;
}
.AnyTagClassName
{
color: #74AC80;
}
</style>
background-color css
<style>
a { background-color: #74AC80; }
a { background-color: rgb(116,172,128); }
div.DivClassName
{
background-color: #74AC80;
}
.BgClassName
{
background-color: #74AC80;
}
</style>
border-color css
<style>
span { border-color: #74AC80; }
span { border-color: rgb(116,172,128); }
td.TdClassName
{
border-color: #74AC80;
}
.TagClassName
{
border-color: #74AC80;
}
</style>