Shades of Bay Leaf #74BF8C
Tints of Bay Leaf #74BF8C
RGB
CMYK
RGB Variations
Color information
#74BF8C (or 0x74BF8C) is known color: Bay Leaf. HEX triplet: 74, BF and 8C. RGB value is (116,191,140). Sum of RGB (Red+Green+Blue) = 116+191+140=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BF8C is #8B4073. Grayscale: #A2A2A2. Windows color (decimal): -9126004 or 9224052. OLE color: 9224052.
HSL color Cylindrical-coordinate representation of color #74BF8C: hue angle of 139.2º degrees, saturation: 0.37, 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 #74BF8C is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 140 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.25 |
| HSL | 139.2º | 0.37% | 0.6% | - |
| HSV(B) | 139.2º | 0.39% | 0.75% | - |
| XYZ | 30.57 | 42.87 | 31.47 | - |
| YUV | 162.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 140 | 0.39 | 0 | 0.27 | 0.25 | 139.2 | 0.37 | 0.6 |
| Hex | 74 | BF | 8C | 27 | 0 | 1B | 19 | 8B | 25 | 3C |
| Octal | 164 | 277 | 214 | 47 | 0 | 33 | 31 | 213 | 45 | 74 |
| Binary | 1110100 | 10111111 | 10001100 | 100111 | 0 | 11011 | 11001 | 10001011 | 100101 | 111100 |
Color Harmonies of #74BF8C
Complementary color
Monochromatic Colors of #74BF8C
Black with #74BF8C
Text Example
Text Example
White with #74BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF8C; }
p { color: rgb(116,191,140); }
H1.HeaderClassName
{
color: #74BF8C;
}
.AnyTagClassName
{
color: #74BF8C;
}
</style>
background-color css
<style>
a { background-color: #74BF8C; }
a { background-color: rgb(116,191,140); }
div.DivClassName
{
background-color: #74BF8C;
}
.BgClassName
{
background-color: #74BF8C;
}
</style>
border-color css
<style>
span { border-color: #74BF8C; }
span { border-color: rgb(116,191,140); }
td.TdClassName
{
border-color: #74BF8C;
}
.TagClassName
{
border-color: #74BF8C;
}
</style>