Shades of Bay Leaf #74B27D
Tints of Bay Leaf #74B27D
RGB
CMYK
RGB Variations
Color information
#74B27D (or 0x74B27D) is known color: Bay Leaf. HEX triplet: 74, B2 and 7D. RGB value is (116,178,125). Sum of RGB (Red+Green+Blue) = 116+178+125=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 178 - color contains mainly: green. Hex color #74B27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B27D is #8B4D82. Grayscale: #999999. Windows color (decimal): -9129347 or 8237684. OLE color: 8237684.
HSL color Cylindrical-coordinate representation of color #74B27D: hue angle of 128.71º 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 #74B27D is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 178 | 125 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.30 |
| HSL | 128.71º | 0.29% | 0.58% | - |
| HSV(B) | 128.71º | 0.35% | 0.7% | - |
| XYZ | 26.82 | 37.03 | 25.14 | - |
| YUV | 153.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 178 | 125 | 0.35 | 0 | 0.30 | 0.30 | 128.71 | 0.29 | 0.58 |
| Hex | 74 | B2 | 7D | 23 | 0 | 1E | 1E | 81 | 1D | 3A |
| Octal | 164 | 262 | 175 | 43 | 0 | 36 | 36 | 201 | 35 | 72 |
| Binary | 1110100 | 10110010 | 1111101 | 100011 | 0 | 11110 | 11110 | 10000001 | 11101 | 111010 |
Color Harmonies of #74B27D
Complementary color
Monochromatic Colors of #74B27D
Black with #74B27D
Text Example
Text Example
White with #74B27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B27D; }
p { color: rgb(116,178,125); }
H1.HeaderClassName
{
color: #74B27D;
}
.AnyTagClassName
{
color: #74B27D;
}
</style>
background-color css
<style>
a { background-color: #74B27D; }
a { background-color: rgb(116,178,125); }
div.DivClassName
{
background-color: #74B27D;
}
.BgClassName
{
background-color: #74B27D;
}
</style>
border-color css
<style>
span { border-color: #74B27D; }
span { border-color: rgb(116,178,125); }
td.TdClassName
{
border-color: #74B27D;
}
.TagClassName
{
border-color: #74B27D;
}
</style>