Shades of Bay Leaf #74BB8A
Tints of Bay Leaf #74BB8A
RGB
CMYK
RGB Variations
Color information
#74BB8A (or 0x74BB8A) is known color: Bay Leaf. HEX triplet: 74, BB and 8A. RGB value is (116,187,138). Sum of RGB (Red+Green+Blue) = 116+187+138=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BB8A is #8B4475. Grayscale: #A0A0A0. Windows color (decimal): -9127030 or 9091956. OLE color: 9091956.
HSL color Cylindrical-coordinate representation of color #74BB8A: hue angle of 138.59º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BB8A is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 187 | 138 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.27 |
| HSL | 138.59º | 0.34% | 0.59% | - |
| HSV(B) | 138.59º | 0.38% | 0.73% | - |
| XYZ | 29.56 | 41.09 | 30.42 | - |
| YUV | 160.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 138 | 0.38 | 0 | 0.26 | 0.27 | 138.59 | 0.34 | 0.59 |
| Hex | 74 | BB | 8A | 26 | 0 | 1A | 1B | 8B | 22 | 3B |
| Octal | 164 | 273 | 212 | 46 | 0 | 32 | 33 | 213 | 42 | 73 |
| Binary | 1110100 | 10111011 | 10001010 | 100110 | 0 | 11010 | 11011 | 10001011 | 100010 | 111011 |
Color Harmonies of #74BB8A
Complementary color
Monochromatic Colors of #74BB8A
Black with #74BB8A
Text Example
Text Example
White with #74BB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BB8A; }
p { color: rgb(116,187,138); }
H1.HeaderClassName
{
color: #74BB8A;
}
.AnyTagClassName
{
color: #74BB8A;
}
</style>
background-color css
<style>
a { background-color: #74BB8A; }
a { background-color: rgb(116,187,138); }
div.DivClassName
{
background-color: #74BB8A;
}
.BgClassName
{
background-color: #74BB8A;
}
</style>
border-color css
<style>
span { border-color: #74BB8A; }
span { border-color: rgb(116,187,138); }
td.TdClassName
{
border-color: #74BB8A;
}
.TagClassName
{
border-color: #74BB8A;
}
</style>