Shades of Bay Leaf #74BE8A
Tints of Bay Leaf #74BE8A
RGB
CMYK
RGB Variations
Color information
#74BE8A (or 0x74BE8A) is known color: Bay Leaf. HEX triplet: 74, BE and 8A. RGB value is (116,190,138). Sum of RGB (Red+Green+Blue) = 116+190+138=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BE8A is #8B4175. Grayscale: #A2A2A2. Windows color (decimal): -9126262 or 9092724. OLE color: 9092724.
HSL color Cylindrical-coordinate representation of color #74BE8A: hue angle of 137.84º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BE8A is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 138 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.25 |
| HSL | 137.84º | 0.36% | 0.6% | - |
| HSV(B) | 137.84º | 0.39% | 0.75% | - |
| XYZ | 30.2 | 42.37 | 30.63 | - |
| YUV | 161.95 | 114.48 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 138 | 0.39 | 0 | 0.27 | 0.25 | 137.84 | 0.36 | 0.6 |
| Hex | 74 | BE | 8A | 27 | 0 | 1B | 19 | 8A | 24 | 3C |
| Octal | 164 | 276 | 212 | 47 | 0 | 33 | 31 | 212 | 44 | 74 |
| Binary | 1110100 | 10111110 | 10001010 | 100111 | 0 | 11011 | 11001 | 10001010 | 100100 | 111100 |
Color Harmonies of #74BE8A
Complementary color
Monochromatic Colors of #74BE8A
Black with #74BE8A
Text Example
Text Example
White with #74BE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BE8A; }
p { color: rgb(116,190,138); }
H1.HeaderClassName
{
color: #74BE8A;
}
.AnyTagClassName
{
color: #74BE8A;
}
</style>
background-color css
<style>
a { background-color: #74BE8A; }
a { background-color: rgb(116,190,138); }
div.DivClassName
{
background-color: #74BE8A;
}
.BgClassName
{
background-color: #74BE8A;
}
</style>
border-color css
<style>
span { border-color: #74BE8A; }
span { border-color: rgb(116,190,138); }
td.TdClassName
{
border-color: #74BE8A;
}
.TagClassName
{
border-color: #74BE8A;
}
</style>