Shades of Bay Leaf #74B07D
Tints of Bay Leaf #74B07D
RGB
CMYK
RGB Variations
Color information
#74B07D (or 0x74B07D) is known color: Bay Leaf. HEX triplet: 74, B0 and 7D. RGB value is (116,176,125). Sum of RGB (Red+Green+Blue) = 116+176+125=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #74B07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B07D is #8B4F82. Grayscale: #989898. Windows color (decimal): -9129859 or 8237172. OLE color: 8237172.
HSL color Cylindrical-coordinate representation of color #74B07D: hue angle of 129º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74B07D is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 176 | 125 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.31 |
| HSL | 129º | 0.28% | 0.57% | - |
| HSV(B) | 129º | 0.34% | 0.69% | - |
| XYZ | 26.43 | 36.24 | 25 | - |
| YUV | 152.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 176 | 125 | 0.34 | 0 | 0.29 | 0.31 | 129 | 0.28 | 0.57 |
| Hex | 74 | B0 | 7D | 22 | 0 | 1D | 1F | 81 | 1C | 39 |
| Octal | 164 | 260 | 175 | 42 | 0 | 35 | 37 | 201 | 34 | 71 |
| Binary | 1110100 | 10110000 | 1111101 | 100010 | 0 | 11101 | 11111 | 10000001 | 11100 | 111001 |
Color Harmonies of #74B07D
Complementary color
Monochromatic Colors of #74B07D
Black with #74B07D
Text Example
Text Example
White with #74B07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B07D; }
p { color: rgb(116,176,125); }
H1.HeaderClassName
{
color: #74B07D;
}
.AnyTagClassName
{
color: #74B07D;
}
</style>
background-color css
<style>
a { background-color: #74B07D; }
a { background-color: rgb(116,176,125); }
div.DivClassName
{
background-color: #74B07D;
}
.BgClassName
{
background-color: #74B07D;
}
</style>
border-color css
<style>
span { border-color: #74B07D; }
span { border-color: rgb(116,176,125); }
td.TdClassName
{
border-color: #74B07D;
}
.TagClassName
{
border-color: #74B07D;
}
</style>