#6AAF52

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

Shades of Apple #6AAF52

Tints of Apple #6AAF52

Color information

#6AAF52 (or 0x6AAF52) is unknown color: approx Apple. HEX triplet: 6A, AF and 52. RGB value is (106,175,82). Sum of RGB (Red+Green+Blue) = 106+175+82=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAF52 is #9550AD. Grayscale: #909090. Windows color (decimal): -9785518 or 5418858. OLE color: 5418858.

HSL color Cylindrical-coordinate representation of color #6AAF52: hue angle of 104.52º 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 #6AAF52 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB10617582-
CMYK0.3900.530.31
HSL104.52º36.76%50.39%-
HSV(B)104.52º53.14%68.63%-
XYZ22.834.3313.41-
YUV143.7793.14101.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.20%
GREEN value IS 175 (68.75% from 255) = 48.21%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=29.20%
G=48.21%
B=22.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106175820.3900.530.31104.5236.7650.39
Hex6AAF52270351F692532
Octal15225712247065371514562
Binary11010101010111110100101001110110101111111101001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AAF52; }

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

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

<style>
 a { background-color: #6AAF52; }

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

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

<style>
 span { border-color: #6AAF52; }

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

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