Shades of Bay Leaf #74AD83
Tints of Bay Leaf #74AD83
RGB
CMYK
RGB Variations
Color information
#74AD83 (or 0x74AD83) is known color: Bay Leaf. HEX triplet: 74, AD and 83. RGB value is (116,173,131). Sum of RGB (Red+Green+Blue) = 116+173+131=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AD83 is #8B527C. Grayscale: #979797. Windows color (decimal): -9130621 or 8629620. OLE color: 8629620.
HSL color Cylindrical-coordinate representation of color #74AD83: hue angle of 135.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AD83 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 173 | 131 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.32 |
| HSL | 135.79º | 0.26% | 0.57% | - |
| HSV(B) | 135.79º | 0.33% | 0.68% | - |
| XYZ | 26.24 | 35.24 | 26.89 | - |
| YUV | 151.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 131 | 0.33 | 0 | 0.24 | 0.32 | 135.79 | 0.26 | 0.57 |
| Hex | 74 | AD | 83 | 21 | 0 | 18 | 20 | 88 | 1A | 39 |
| Octal | 164 | 255 | 203 | 41 | 0 | 30 | 40 | 210 | 32 | 71 |
| Binary | 1110100 | 10101101 | 10000011 | 100001 | 0 | 11000 | 100000 | 10001000 | 11010 | 111001 |
Color Harmonies of #74AD83
Complementary color
Monochromatic Colors of #74AD83
Black with #74AD83
Text Example
Text Example
White with #74AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AD83; }
p { color: rgb(116,173,131); }
H1.HeaderClassName
{
color: #74AD83;
}
.AnyTagClassName
{
color: #74AD83;
}
</style>
background-color css
<style>
a { background-color: #74AD83; }
a { background-color: rgb(116,173,131); }
div.DivClassName
{
background-color: #74AD83;
}
.BgClassName
{
background-color: #74AD83;
}
</style>
border-color css
<style>
span { border-color: #74AD83; }
span { border-color: rgb(116,173,131); }
td.TdClassName
{
border-color: #74AD83;
}
.TagClassName
{
border-color: #74AD83;
}
</style>