Shades of Bay Leaf #74B68F
Tints of Bay Leaf #74B68F
RGB
CMYK
RGB Variations
Color information
#74B68F (or 0x74B68F) is known color: Bay Leaf. HEX triplet: 74, B6 and 8F. RGB value is (116,182,143). Sum of RGB (Red+Green+Blue) = 116+182+143=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #74B68F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B68F is #8B4970. Grayscale: #9D9D9D. Windows color (decimal): -9128305 or 9418356. OLE color: 9418356.
HSL color Cylindrical-coordinate representation of color #74B68F: hue angle of 144.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B68F is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 182 | 143 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.29 |
| HSL | 144.55º | 0.31% | 0.58% | - |
| HSV(B) | 144.55º | 0.36% | 0.71% | - |
| XYZ | 28.89 | 39.15 | 32.02 | - |
| YUV | 157.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 143 | 0.36 | 0 | 0.21 | 0.29 | 144.55 | 0.31 | 0.58 |
| Hex | 74 | B6 | 8F | 24 | 0 | 15 | 1D | 91 | 1F | 3A |
| Octal | 164 | 266 | 217 | 44 | 0 | 25 | 35 | 221 | 37 | 72 |
| Binary | 1110100 | 10110110 | 10001111 | 100100 | 0 | 10101 | 11101 | 10010001 | 11111 | 111010 |
Color Harmonies of #74B68F
Complementary color
Monochromatic Colors of #74B68F
Black with #74B68F
Text Example
Text Example
White with #74B68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B68F; }
p { color: rgb(116,182,143); }
H1.HeaderClassName
{
color: #74B68F;
}
.AnyTagClassName
{
color: #74B68F;
}
</style>
background-color css
<style>
a { background-color: #74B68F; }
a { background-color: rgb(116,182,143); }
div.DivClassName
{
background-color: #74B68F;
}
.BgClassName
{
background-color: #74B68F;
}
</style>
border-color css
<style>
span { border-color: #74B68F; }
span { border-color: rgb(116,182,143); }
td.TdClassName
{
border-color: #74B68F;
}
.TagClassName
{
border-color: #74B68F;
}
</style>