Shades of Bay Leaf #74B27E
Tints of Bay Leaf #74B27E
RGB
CMYK
RGB Variations
Color information
#74B27E (or 0x74B27E) is known color: Bay Leaf. HEX triplet: 74, B2 and 7E. RGB value is (116,178,126). Sum of RGB (Red+Green+Blue) = 116+178+126=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #74B27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B27E is #8B4D81. Grayscale: #999999. Windows color (decimal): -9129346 or 8303220. OLE color: 8303220.
HSL color Cylindrical-coordinate representation of color #74B27E: hue angle of 129.68º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74B27E is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 178 | 126 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.30 |
| HSL | 129.68º | 0.29% | 0.58% | - |
| HSV(B) | 129.68º | 0.35% | 0.7% | - |
| XYZ | 26.89 | 37.06 | 25.47 | - |
| YUV | 153.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 178 | 126 | 0.35 | 0 | 0.29 | 0.30 | 129.68 | 0.29 | 0.58 |
| Hex | 74 | B2 | 7E | 23 | 0 | 1D | 1E | 82 | 1D | 3A |
| Octal | 164 | 262 | 176 | 43 | 0 | 35 | 36 | 202 | 35 | 72 |
| Binary | 1110100 | 10110010 | 1111110 | 100011 | 0 | 11101 | 11110 | 10000010 | 11101 | 111010 |
Color Harmonies of #74B27E
Complementary color
Monochromatic Colors of #74B27E
Black with #74B27E
Text Example
Text Example
White with #74B27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B27E; }
p { color: rgb(116,178,126); }
H1.HeaderClassName
{
color: #74B27E;
}
.AnyTagClassName
{
color: #74B27E;
}
</style>
background-color css
<style>
a { background-color: #74B27E; }
a { background-color: rgb(116,178,126); }
div.DivClassName
{
background-color: #74B27E;
}
.BgClassName
{
background-color: #74B27E;
}
</style>
border-color css
<style>
span { border-color: #74B27E; }
span { border-color: rgb(116,178,126); }
td.TdClassName
{
border-color: #74B27E;
}
.TagClassName
{
border-color: #74B27E;
}
</style>