Shades of Bay Leaf #74A984
Tints of Bay Leaf #74A984
RGB
CMYK
RGB Variations
Color information
#74A984 (or 0x74A984) is known color: Bay Leaf. HEX triplet: 74, A9 and 84. RGB value is (116,169,132). Sum of RGB (Red+Green+Blue) = 116+169+132=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #74A984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A984 is #8B567B. Grayscale: #959595. Windows color (decimal): -9131644 or 8694132. OLE color: 8694132.
HSL color Cylindrical-coordinate representation of color #74A984: hue angle of 138.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A984 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 169 | 132 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.34 |
| HSL | 138.11º | 0.24% | 0.56% | - |
| HSV(B) | 138.11º | 0.31% | 0.66% | - |
| XYZ | 25.56 | 33.75 | 27 | - |
| YUV | 148.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 169 | 132 | 0.31 | 0 | 0.22 | 0.34 | 138.11 | 0.24 | 0.56 |
| Hex | 74 | A9 | 84 | 1F | 0 | 16 | 22 | 8A | 18 | 38 |
| Octal | 164 | 251 | 204 | 37 | 0 | 26 | 42 | 212 | 30 | 70 |
| Binary | 1110100 | 10101001 | 10000100 | 11111 | 0 | 10110 | 100010 | 10001010 | 11000 | 111000 |
Color Harmonies of #74A984
Complementary color
Monochromatic Colors of #74A984
Black with #74A984
Text Example
Text Example
White with #74A984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A984; }
p { color: rgb(116,169,132); }
H1.HeaderClassName
{
color: #74A984;
}
.AnyTagClassName
{
color: #74A984;
}
</style>
background-color css
<style>
a { background-color: #74A984; }
a { background-color: rgb(116,169,132); }
div.DivClassName
{
background-color: #74A984;
}
.BgClassName
{
background-color: #74A984;
}
</style>
border-color css
<style>
span { border-color: #74A984; }
span { border-color: rgb(116,169,132); }
td.TdClassName
{
border-color: #74A984;
}
.TagClassName
{
border-color: #74A984;
}
</style>