Shades of Bay Leaf #68B17E
Tints of Bay Leaf #68B17E
RGB
CMYK
RGB Variations
Color information
#68B17E (or 0x68B17E) is known color: Bay Leaf. HEX triplet: 68, B1 and 7E. RGB value is (104,177,126). Sum of RGB (Red+Green+Blue) = 104+177+126=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #68B17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B17E is #974E81. Grayscale: #959595. Windows color (decimal): -9916034 or 8302952. OLE color: 8302952.
HSL color Cylindrical-coordinate representation of color #68B17E: hue angle of 138.08º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68B17E is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 177 | 126 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.31 |
| HSL | 138.08º | 0.32% | 0.55% | - |
| HSV(B) | 138.08º | 0.41% | 0.69% | - |
| XYZ | 25.2 | 35.89 | 25.34 | - |
| YUV | 149.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 177 | 126 | 0.41 | 0 | 0.29 | 0.31 | 138.08 | 0.32 | 0.55 |
| Hex | 68 | B1 | 7E | 29 | 0 | 1D | 1F | 8A | 20 | 37 |
| Octal | 150 | 261 | 176 | 51 | 0 | 35 | 37 | 212 | 40 | 67 |
| Binary | 1101000 | 10110001 | 1111110 | 101001 | 0 | 11101 | 11111 | 10001010 | 100000 | 110111 |
Color Harmonies of #68B17E
Complementary color
Monochromatic Colors of #68B17E
Black with #68B17E
Text Example
Text Example
White with #68B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B17E; }
p { color: rgb(104,177,126); }
H1.HeaderClassName
{
color: #68B17E;
}
.AnyTagClassName
{
color: #68B17E;
}
</style>
background-color css
<style>
a { background-color: #68B17E; }
a { background-color: rgb(104,177,126); }
div.DivClassName
{
background-color: #68B17E;
}
.BgClassName
{
background-color: #68B17E;
}
</style>
border-color css
<style>
span { border-color: #68B17E; }
span { border-color: rgb(104,177,126); }
td.TdClassName
{
border-color: #68B17E;
}
.TagClassName
{
border-color: #68B17E;
}
</style>