Shades of Apple #69BB42
Tints of Apple #69BB42
RGB
CMYK
RGB Variations
Color information
#69BB42 (or 0x69BB42) is known color: Apple. HEX triplet: 69, BB and 42. RGB value is (105,187,66). Sum of RGB (Red+Green+Blue) = 105+187+66=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BB42 is #9644BD. Grayscale: #959595. Windows color (decimal): -9847998 or 4373353. OLE color: 4373353.
HSL color Cylindrical-coordinate representation of color #69BB42: hue angle of 100.66º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69BB42 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 187 | 66 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.27 |
| HSL | 100.66º | 0.48% | 0.5% | - |
| HSV(B) | 100.66º | 0.65% | 0.73% | - |
| XYZ | 24.58 | 38.94 | 11.37 | - |
| YUV | 148.69 | 81.33 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 187 | 66 | 0.44 | 0 | 0.65 | 0.27 | 100.66 | 0.48 | 0.5 |
| Hex | 69 | BB | 42 | 2C | 0 | 41 | 1B | 65 | 30 | 32 |
| Octal | 151 | 273 | 102 | 54 | 0 | 101 | 33 | 145 | 60 | 62 |
| Binary | 1101001 | 10111011 | 1000010 | 101100 | 0 | 1000001 | 11011 | 1100101 | 110000 | 110010 |
Color Harmonies of #69BB42
Complementary color
Monochromatic Colors of #69BB42
Black with #69BB42
Text Example
Text Example
White with #69BB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BB42; }
p { color: rgb(105,187,66); }
H1.HeaderClassName
{
color: #69BB42;
}
.AnyTagClassName
{
color: #69BB42;
}
</style>
background-color css
<style>
a { background-color: #69BB42; }
a { background-color: rgb(105,187,66); }
div.DivClassName
{
background-color: #69BB42;
}
.BgClassName
{
background-color: #69BB42;
}
</style>
border-color css
<style>
span { border-color: #69BB42; }
span { border-color: rgb(105,187,66); }
td.TdClassName
{
border-color: #69BB42;
}
.TagClassName
{
border-color: #69BB42;
}
</style>