Shades of Bay Leaf #74C08A
Tints of Bay Leaf #74C08A
RGB
CMYK
RGB Variations
Color information
#74C08A (or 0x74C08A) is known color: Bay Leaf. HEX triplet: 74, C0 and 8A. RGB value is (116,192,138). Sum of RGB (Red+Green+Blue) = 116+192+138=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #74C08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C08A is #8B3F75. Grayscale: #A3A3A3. Windows color (decimal): -9125750 or 9093236. OLE color: 9093236.
HSL color Cylindrical-coordinate representation of color #74C08A: hue angle of 137.37º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C08A is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 138 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.25 |
| HSL | 137.37º | 0.38% | 0.6% | - |
| HSV(B) | 137.37º | 0.4% | 0.75% | - |
| XYZ | 30.64 | 43.25 | 30.78 | - |
| YUV | 163.12 | 113.82 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 138 | 0.40 | 0 | 0.28 | 0.25 | 137.37 | 0.38 | 0.6 |
| Hex | 74 | C0 | 8A | 28 | 0 | 1C | 19 | 89 | 26 | 3C |
| Octal | 164 | 300 | 212 | 50 | 0 | 34 | 31 | 211 | 46 | 74 |
| Binary | 1110100 | 11000000 | 10001010 | 101000 | 0 | 11100 | 11001 | 10001001 | 100110 | 111100 |
Color Harmonies of #74C08A
Complementary color
Monochromatic Colors of #74C08A
Black with #74C08A
Text Example
Text Example
White with #74C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C08A; }
p { color: rgb(116,192,138); }
H1.HeaderClassName
{
color: #74C08A;
}
.AnyTagClassName
{
color: #74C08A;
}
</style>
background-color css
<style>
a { background-color: #74C08A; }
a { background-color: rgb(116,192,138); }
div.DivClassName
{
background-color: #74C08A;
}
.BgClassName
{
background-color: #74C08A;
}
</style>
border-color css
<style>
span { border-color: #74C08A; }
span { border-color: rgb(116,192,138); }
td.TdClassName
{
border-color: #74C08A;
}
.TagClassName
{
border-color: #74C08A;
}
</style>