Shades of Bay Leaf #74C082
Tints of Bay Leaf #74C082
RGB
CMYK
RGB Variations
Color information
#74C082 (or 0x74C082) is known color: Bay Leaf. HEX triplet: 74, C0 and 82. RGB value is (116,192,130). Sum of RGB (Red+Green+Blue) = 116+192+130=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #74C082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C082 is #8B3F7D. Grayscale: #A2A2A2. Windows color (decimal): -9125758 or 8568948. OLE color: 8568948.
HSL color Cylindrical-coordinate representation of color #74C082: hue angle of 131.05º 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 #74C082 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 130 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.25 |
| HSL | 131.05º | 0.38% | 0.6% | - |
| HSV(B) | 131.05º | 0.4% | 0.75% | - |
| XYZ | 30.08 | 43.02 | 27.84 | - |
| YUV | 162.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 130 | 0.40 | 0 | 0.32 | 0.25 | 131.05 | 0.38 | 0.6 |
| Hex | 74 | C0 | 82 | 28 | 0 | 20 | 19 | 83 | 26 | 3C |
| Octal | 164 | 300 | 202 | 50 | 0 | 40 | 31 | 203 | 46 | 74 |
| Binary | 1110100 | 11000000 | 10000010 | 101000 | 0 | 100000 | 11001 | 10000011 | 100110 | 111100 |
Color Harmonies of #74C082
Complementary color
Monochromatic Colors of #74C082
Black with #74C082
Text Example
Text Example
White with #74C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C082; }
p { color: rgb(116,192,130); }
H1.HeaderClassName
{
color: #74C082;
}
.AnyTagClassName
{
color: #74C082;
}
</style>
background-color css
<style>
a { background-color: #74C082; }
a { background-color: rgb(116,192,130); }
div.DivClassName
{
background-color: #74C082;
}
.BgClassName
{
background-color: #74C082;
}
</style>
border-color css
<style>
span { border-color: #74C082; }
span { border-color: rgb(116,192,130); }
td.TdClassName
{
border-color: #74C082;
}
.TagClassName
{
border-color: #74C082;
}
</style>