Shades of Bay Leaf #69AF81
Tints of Bay Leaf #69AF81
RGB
CMYK
RGB Variations
Color information
#69AF81 (or 0x69AF81) is known color: Bay Leaf. HEX triplet: 69, AF and 81. RGB value is (105,175,129). Sum of RGB (Red+Green+Blue) = 105+175+129=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AF81 is #96507E. Grayscale: #949494. Windows color (decimal): -9851007 or 8499049. OLE color: 8499049.
HSL color Cylindrical-coordinate representation of color #69AF81: hue angle of 140.57º degrees, saturation: 0.3, 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 #69AF81 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 175 | 129 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.31 |
| HSL | 140.57º | 0.3% | 0.55% | - |
| HSV(B) | 140.57º | 0.4% | 0.69% | - |
| XYZ | 25.12 | 35.25 | 26.25 | - |
| YUV | 148.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 175 | 129 | 0.40 | 0 | 0.26 | 0.31 | 140.57 | 0.3 | 0.55 |
| Hex | 69 | AF | 81 | 28 | 0 | 1A | 1F | 8D | 1E | 37 |
| Octal | 151 | 257 | 201 | 50 | 0 | 32 | 37 | 215 | 36 | 67 |
| Binary | 1101001 | 10101111 | 10000001 | 101000 | 0 | 11010 | 11111 | 10001101 | 11110 | 110111 |
Color Harmonies of #69AF81
Complementary color
Monochromatic Colors of #69AF81
Black with #69AF81
Text Example
Text Example
White with #69AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AF81; }
p { color: rgb(105,175,129); }
H1.HeaderClassName
{
color: #69AF81;
}
.AnyTagClassName
{
color: #69AF81;
}
</style>
background-color css
<style>
a { background-color: #69AF81; }
a { background-color: rgb(105,175,129); }
div.DivClassName
{
background-color: #69AF81;
}
.BgClassName
{
background-color: #69AF81;
}
</style>
border-color css
<style>
span { border-color: #69AF81; }
span { border-color: rgb(105,175,129); }
td.TdClassName
{
border-color: #69AF81;
}
.TagClassName
{
border-color: #69AF81;
}
</style>