#69BE49

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

Shades of Apple #69BE49

Tints of Apple #69BE49

Color information

#69BE49 (or 0x69BE49) is unknown color: approx Apple. HEX triplet: 69, BE and 49. RGB value is (105,190,73). Sum of RGB (Red+Green+Blue) = 105+190+73=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BE49 is #9641B6. Grayscale: #979797. Windows color (decimal): -9847223 or 4832873. OLE color: 4832873.

HSL color Cylindrical-coordinate representation of color #69BE49: hue angle of 103.59º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69BE49 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB10519073-
CMYK0.4500.620.25
HSL103.59º47.37%51.57%-
HSV(B)103.59º61.58%74.51%-
XYZ25.4440.3112.74-
YUV151.2583.8495.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 190 (74.61% from 255) = 51.63%
BLUE value IS 73 (28.91% from 255) = 19.84%
R=28.53%
G=51.63%
B=19.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105190730.4500.620.25103.5947.3751.57
Hex69BE492D03E19682f34
Octal15127611155076311505764
Binary11010011011111010010011011010111110110011101000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,190,73); }

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

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

 a { background-color: rgb(105,190,73); }

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

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

 span { border-color: rgb(105,190,73); }

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