#69BC53

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

Shades of Apple #69BC53

Tints of Apple #69BC53

Color information

#69BC53 (or 0x69BC53) is unknown color: approx Apple. HEX triplet: 69, BC and 53. RGB value is (105,188,83). Sum of RGB (Red+Green+Blue) = 105+188+83=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BC53 is #9643AC. Grayscale: #979797. Windows color (decimal): -9847725 or 5487721. OLE color: 5487721.

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

Color convert

RGB10518883-
CMYK0.4400.560.26
HSL107.43º43.93%53.14%-
HSV(B)107.43º55.85%73.73%-
XYZ25.3739.5914.49-
YUV151.2189.595.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.93%
GREEN value IS 188 (73.83% from 255) = 50%
BLUE value IS 83 (32.81% from 255) = 22.07%
R=27.93%
G=50%
B=22.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105188830.4400.560.26107.4343.9353.14
Hex69BC532C0381A6b2c35
Octal15127412354070321535465
Binary11010011011110010100111011000111000110101101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,188,83); }

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

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

 a { background-color: rgb(105,188,83); }

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

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

 span { border-color: rgb(105,188,83); }

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