Shades of Bay Leaf #74AC83
Tints of Bay Leaf #74AC83
RGB
CMYK
RGB Variations
Color information
#74AC83 (or 0x74AC83) is known color: Bay Leaf. HEX triplet: 74, AC and 83. RGB value is (116,172,131). Sum of RGB (Red+Green+Blue) = 116+172+131=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC83 is #8B537C. Grayscale: #969696. Windows color (decimal): -9130877 or 8629364. OLE color: 8629364.
HSL color Cylindrical-coordinate representation of color #74AC83: hue angle of 136.07º 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 #74AC83 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 131 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.33 |
| HSL | 136.07º | 0.25% | 0.56% | - |
| HSV(B) | 136.07º | 0.33% | 0.67% | - |
| XYZ | 26.05 | 34.86 | 26.83 | - |
| YUV | 150.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 131 | 0.33 | 0 | 0.24 | 0.33 | 136.07 | 0.25 | 0.56 |
| Hex | 74 | AC | 83 | 21 | 0 | 18 | 21 | 88 | 19 | 38 |
| Octal | 164 | 254 | 203 | 41 | 0 | 30 | 41 | 210 | 31 | 70 |
| Binary | 1110100 | 10101100 | 10000011 | 100001 | 0 | 11000 | 100001 | 10001000 | 11001 | 111000 |
Color Harmonies of #74AC83
Complementary color
Monochromatic Colors of #74AC83
Black with #74AC83
Text Example
Text Example
White with #74AC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC83; }
p { color: rgb(116,172,131); }
H1.HeaderClassName
{
color: #74AC83;
}
.AnyTagClassName
{
color: #74AC83;
}
</style>
background-color css
<style>
a { background-color: #74AC83; }
a { background-color: rgb(116,172,131); }
div.DivClassName
{
background-color: #74AC83;
}
.BgClassName
{
background-color: #74AC83;
}
</style>
border-color css
<style>
span { border-color: #74AC83; }
span { border-color: rgb(116,172,131); }
td.TdClassName
{
border-color: #74AC83;
}
.TagClassName
{
border-color: #74AC83;
}
</style>