#69BA52

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

Shades of Apple #69BA52

Tints of Apple #69BA52

Color information

#69BA52 (or 0x69BA52) is unknown color: approx Apple. HEX triplet: 69, BA and 52. RGB value is (105,186,82). Sum of RGB (Red+Green+Blue) = 105+186+82=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BA52 is #9645AD. Grayscale: #969696. Windows color (decimal): -9848238 or 5421673. OLE color: 5421673.

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

Color convert

RGB10518682-
CMYK0.4400.560.27
HSL106.73º42.98%52.55%-
HSV(B)106.73º55.91%72.94%-
XYZ24.9138.7314.15-
YUV149.9389.6695.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 186 (73.05% from 255) = 49.87%
BLUE value IS 82 (32.42% from 255) = 21.98%
R=28.15%
G=49.87%
B=21.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105186820.4400.560.27106.7342.9852.55
Hex69BA522C0381B6b2b35
Octal15127212254070331535365
Binary11010011011101010100101011000111000110111101011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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