#6EAF52

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

Shades of Apple #6EAF52

Tints of Apple #6EAF52

Color information

#6EAF52 (or 0x6EAF52) is unknown color: approx Apple. HEX triplet: 6E, AF and 52. RGB value is (110,175,82). Sum of RGB (Red+Green+Blue) = 110+175+82=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAF52 is #9150AD. Grayscale: #919191. Windows color (decimal): -9523374 or 5418862. OLE color: 5418862.

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

Color convert

RGB11017582-
CMYK0.3700.530.31
HSL101.94º36.76%50.39%-
HSV(B)101.94º53.14%68.63%-
XYZ23.2834.5813.43-
YUV144.9692.47103.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 175 (68.75% from 255) = 47.68%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=29.97%
G=47.68%
B=22.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal110175820.3700.530.31101.9436.7650.39
Hex6EAF52250351F662532
Octal15625712245065371464562
Binary11011101010111110100101001010110101111111100110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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