Shades of Bay Leaf #69B07F
Tints of Bay Leaf #69B07F
RGB
CMYK
RGB Variations
Color information
#69B07F (or 0x69B07F) is known color: Bay Leaf. HEX triplet: 69, B0 and 7F. RGB value is (105,176,127). Sum of RGB (Red+Green+Blue) = 105+176+127=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #69B07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B07F is #964F80. Grayscale: #959595. Windows color (decimal): -9850753 or 8368233. OLE color: 8368233.
HSL color Cylindrical-coordinate representation of color #69B07F: hue angle of 138.59º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69B07F is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 176 | 127 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.31 |
| HSL | 138.59º | 0.31% | 0.55% | - |
| HSV(B) | 138.59º | 0.4% | 0.69% | - |
| XYZ | 25.18 | 35.59 | 25.62 | - |
| YUV | 149.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 176 | 127 | 0.40 | 0 | 0.28 | 0.31 | 138.59 | 0.31 | 0.55 |
| Hex | 69 | B0 | 7F | 28 | 0 | 1C | 1F | 8B | 1F | 37 |
| Octal | 151 | 260 | 177 | 50 | 0 | 34 | 37 | 213 | 37 | 67 |
| Binary | 1101001 | 10110000 | 1111111 | 101000 | 0 | 11100 | 11111 | 10001011 | 11111 | 110111 |
Color Harmonies of #69B07F
Complementary color
Monochromatic Colors of #69B07F
Black with #69B07F
Text Example
Text Example
White with #69B07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B07F; }
p { color: rgb(105,176,127); }
H1.HeaderClassName
{
color: #69B07F;
}
.AnyTagClassName
{
color: #69B07F;
}
</style>
background-color css
<style>
a { background-color: #69B07F; }
a { background-color: rgb(105,176,127); }
div.DivClassName
{
background-color: #69B07F;
}
.BgClassName
{
background-color: #69B07F;
}
</style>
border-color css
<style>
span { border-color: #69B07F; }
span { border-color: rgb(105,176,127); }
td.TdClassName
{
border-color: #69B07F;
}
.TagClassName
{
border-color: #69B07F;
}
</style>