#69BA40

Color #69BA40 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #69BA40

Tints of Apple #69BA40

Color information

#69BA40 (or 0x69BA40) is unknown color: approx Apple. HEX triplet: 69, BA and 40. RGB value is (105,186,64). Sum of RGB (Red+Green+Blue) = 105+186+64=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BA40 is #9645BF. Grayscale: #949494. Windows color (decimal): -9848256 or 4242025. OLE color: 4242025.

HSL color Cylindrical-coordinate representation of color #69BA40: hue angle of 99.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69BA40 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB10518664-
CMYK0.4400.660.27
HSL99.84º48.8%49.02%-
HSV(B)99.84º65.59%72.94%-
XYZ24.3138.4911-
YUV147.8780.6697.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 186 (73.05% from 255) = 52.39%
BLUE value IS 64 (25.39% from 255) = 18.03%
R=29.58%
G=52.39%
B=18.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105186640.4400.660.2799.8448.849.02
Hex69BA402C0421B643131
Octal151272100540102331446161
Binary110100110111010100000010110001000010110111100100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69BA40; }

 p { color: rgb(105,186,64); }

 H1.HeaderClassName
 {
   color: #69BA40;
 }
 .AnyTagClassName
 {
   color: #69BA40;
 }
</style>
background-color css

<style>
 a { background-color: #69BA40; }

 a { background-color: rgb(105,186,64); }

 div.DivClassName
 {
   background-color: #69BA40;
 }
 .BgClassName
 {
   background-color: #69BA40;
 }
</style>
border-color css

<style>
 span { border-color: #69BA40; }

 span { border-color: rgb(105,186,64); }

 td.TdClassName
 {
   border-color: #69BA40;
 }
 .TagClassName
 {
   border-color: #69BA40;
 }
</style>