Shades of Apple #69BB4C
Tints of Apple #69BB4C
RGB
CMYK
RGB Variations
Color information
#69BB4C (or 0x69BB4C) is known color: Apple. HEX triplet: 69, BB and 4C. RGB value is (105,187,76). Sum of RGB (Red+Green+Blue) = 105+187+76=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BB4C is #9644B3. Grayscale: #969696. Windows color (decimal): -9847988 or 5028713. OLE color: 5028713.
HSL color Cylindrical-coordinate representation of color #69BB4C: hue angle of 104.32º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69BB4C is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 187 | 76 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.27 |
| HSL | 104.32º | 0.45% | 0.52% | - |
| HSV(B) | 104.32º | 0.59% | 0.73% | - |
| XYZ | 24.9 | 39.07 | 13.07 | - |
| YUV | 149.83 | 86.33 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 187 | 76 | 0.44 | 0 | 0.59 | 0.27 | 104.32 | 0.45 | 0.52 |
| Hex | 69 | BB | 4C | 2C | 0 | 3B | 1B | 68 | 2D | 34 |
| Octal | 151 | 273 | 114 | 54 | 0 | 73 | 33 | 150 | 55 | 64 |
| Binary | 1101001 | 10111011 | 1001100 | 101100 | 0 | 111011 | 11011 | 1101000 | 101101 | 110100 |
Color Harmonies of #69BB4C
Complementary color
Monochromatic Colors of #69BB4C
Black with #69BB4C
Text Example
Text Example
White with #69BB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BB4C; }
p { color: rgb(105,187,76); }
H1.HeaderClassName
{
color: #69BB4C;
}
.AnyTagClassName
{
color: #69BB4C;
}
</style>
background-color css
<style>
a { background-color: #69BB4C; }
a { background-color: rgb(105,187,76); }
div.DivClassName
{
background-color: #69BB4C;
}
.BgClassName
{
background-color: #69BB4C;
}
</style>
border-color css
<style>
span { border-color: #69BB4C; }
span { border-color: rgb(105,187,76); }
td.TdClassName
{
border-color: #69BB4C;
}
.TagClassName
{
border-color: #69BB4C;
}
</style>