#69AF52

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

Shades of Apple #69AF52

Tints of Apple #69AF52

Color information

#69AF52 (or 0x69AF52) is unknown color: approx Apple. HEX triplet: 69, AF and 52. RGB value is (105,175,82). Sum of RGB (Red+Green+Blue) = 105+175+82=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AF52 is #9650AD. Grayscale: #8F8F8F. Windows color (decimal): -9851054 or 5418857. OLE color: 5418857.

HSL color Cylindrical-coordinate representation of color #69AF52: hue angle of 105.16º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69AF52 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB10517582-
CMYK0.4000.530.31
HSL105.16º36.76%50.39%-
HSV(B)105.16º53.14%68.63%-
XYZ22.6834.2713.4-
YUV143.4793.31100.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.01%
GREEN value IS 175 (68.75% from 255) = 48.34%
BLUE value IS 82 (32.42% from 255) = 22.65%
R=29.01%
G=48.34%
B=22.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105175820.4000.530.31105.1636.7650.39
Hex69AF52280351F692532
Octal15125712250065371514562
Binary11010011010111110100101010000110101111111101001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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