Shades of Bay Leaf #77B67E
Tints of Bay Leaf #77B67E
RGB
CMYK
RGB Variations
Color information
#77B67E (or 0x77B67E) is known color: Bay Leaf. HEX triplet: 77, B6 and 7E. RGB value is (119,182,126). Sum of RGB (Red+Green+Blue) = 119+182+126=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 182 - color contains mainly: green. Hex color #77B67E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B67E is #884981. Grayscale: #9C9C9C. Windows color (decimal): -8931714 or 8304247. OLE color: 8304247.
HSL color Cylindrical-coordinate representation of color #77B67E: hue angle of 126.67º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77B67E is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 182 | 126 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.29 |
| HSL | 126.67º | 0.3% | 0.59% | - |
| HSV(B) | 126.67º | 0.35% | 0.71% | - |
| XYZ | 28.1 | 38.88 | 25.76 | - |
| YUV | 156.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 182 | 126 | 0.35 | 0 | 0.31 | 0.29 | 126.67 | 0.3 | 0.59 |
| Hex | 77 | B6 | 7E | 23 | 0 | 1F | 1D | 7F | 1E | 3B |
| Octal | 167 | 266 | 176 | 43 | 0 | 37 | 35 | 177 | 36 | 73 |
| Binary | 1110111 | 10110110 | 1111110 | 100011 | 0 | 11111 | 11101 | 1111111 | 11110 | 111011 |
Color Harmonies of #77B67E
Complementary color
Monochromatic Colors of #77B67E
Black with #77B67E
Text Example
Text Example
White with #77B67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B67E; }
p { color: rgb(119,182,126); }
H1.HeaderClassName
{
color: #77B67E;
}
.AnyTagClassName
{
color: #77B67E;
}
</style>
background-color css
<style>
a { background-color: #77B67E; }
a { background-color: rgb(119,182,126); }
div.DivClassName
{
background-color: #77B67E;
}
.BgClassName
{
background-color: #77B67E;
}
</style>
border-color css
<style>
span { border-color: #77B67E; }
span { border-color: rgb(119,182,126); }
td.TdClassName
{
border-color: #77B67E;
}
.TagClassName
{
border-color: #77B67E;
}
</style>