Shades of Apple #69B157
Tints of Apple #69B157
RGB
CMYK
RGB Variations
Color information
#69B157 (or 0x69B157) is known color: Apple. HEX triplet: 69, B1 and 57. RGB value is (105,177,87). Sum of RGB (Red+Green+Blue) = 105+177+87=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #69B157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B157 is #964EA8. Grayscale: #919191. Windows color (decimal): -9850537 or 5747049. OLE color: 5747049.
HSL color Cylindrical-coordinate representation of color #69B157: hue angle of 108º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69B157 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 177 | 87 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.31 |
| HSL | 108º | 0.37% | 0.52% | - |
| HSV(B) | 108º | 0.51% | 0.69% | - |
| XYZ | 23.27 | 35.14 | 14.57 | - |
| YUV | 145.21 | 95.15 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 177 | 87 | 0.41 | 0 | 0.51 | 0.31 | 108 | 0.37 | 0.52 |
| Hex | 69 | B1 | 57 | 29 | 0 | 33 | 1F | 6C | 25 | 34 |
| Octal | 151 | 261 | 127 | 51 | 0 | 63 | 37 | 154 | 45 | 64 |
| Binary | 1101001 | 10110001 | 1010111 | 101001 | 0 | 110011 | 11111 | 1101100 | 100101 | 110100 |
Color Harmonies of #69B157
Complementary color
Monochromatic Colors of #69B157
Black with #69B157
Text Example
Text Example
White with #69B157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B157; }
p { color: rgb(105,177,87); }
H1.HeaderClassName
{
color: #69B157;
}
.AnyTagClassName
{
color: #69B157;
}
</style>
background-color css
<style>
a { background-color: #69B157; }
a { background-color: rgb(105,177,87); }
div.DivClassName
{
background-color: #69B157;
}
.BgClassName
{
background-color: #69B157;
}
</style>
border-color css
<style>
span { border-color: #69B157; }
span { border-color: rgb(105,177,87); }
td.TdClassName
{
border-color: #69B157;
}
.TagClassName
{
border-color: #69B157;
}
</style>