Shades of Apple #69B140
Tints of Apple #69B140
RGB
CMYK
RGB Variations
Color information
#69B140 (or 0x69B140) is known color: Apple. HEX triplet: 69, B1 and 40. RGB value is (105,177,64). Sum of RGB (Red+Green+Blue) = 105+177+64=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #69B140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69B140 is #964EBF. Grayscale: #8E8E8E. Windows color (decimal): -9850560 or 4239721. OLE color: 4239721.
HSL color Cylindrical-coordinate representation of color #69B140: hue angle of 98.23º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69B140 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 177 | 64 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.31 |
| HSL | 98.23º | 0.47% | 0.47% | - |
| HSV(B) | 98.23º | 0.64% | 0.69% | - |
| XYZ | 22.47 | 34.82 | 10.39 | - |
| YUV | 142.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 177 | 64 | 0.41 | 0 | 0.64 | 0.31 | 98.23 | 0.47 | 0.47 |
| Hex | 69 | B1 | 40 | 29 | 0 | 40 | 1F | 62 | 2F | 2F |
| Octal | 151 | 261 | 100 | 51 | 0 | 100 | 37 | 142 | 57 | 57 |
| Binary | 1101001 | 10110001 | 1000000 | 101001 | 0 | 1000000 | 11111 | 1100010 | 101111 | 101111 |
Color Harmonies of #69B140
Complementary color
Monochromatic Colors of #69B140
Black with #69B140
Text Example
Text Example
White with #69B140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B140; }
p { color: rgb(105,177,64); }
H1.HeaderClassName
{
color: #69B140;
}
.AnyTagClassName
{
color: #69B140;
}
</style>
background-color css
<style>
a { background-color: #69B140; }
a { background-color: rgb(105,177,64); }
div.DivClassName
{
background-color: #69B140;
}
.BgClassName
{
background-color: #69B140;
}
</style>
border-color css
<style>
span { border-color: #69B140; }
span { border-color: rgb(105,177,64); }
td.TdClassName
{
border-color: #69B140;
}
.TagClassName
{
border-color: #69B140;
}
</style>