#6AB64A

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

Shades of Apple #6AB64A

Tints of Apple #6AB64A

Color information

#6AB64A (or 0x6AB64A) is unknown color: approx Apple. HEX triplet: 6A, B6 and 4A. RGB value is (106,182,74). Sum of RGB (Red+Green+Blue) = 106+182+74=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB64A is #9549B5. Grayscale: #939393. Windows color (decimal): -9783734 or 4896362. OLE color: 4896362.

HSL color Cylindrical-coordinate representation of color #6AB64A: hue angle of 102.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AB64A is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB10618274-
CMYK0.4200.590.29
HSL102.22º42.52%50.2%-
HSV(B)102.22º59.34%71.37%-
XYZ23.9137.0112.36-
YUV146.9686.8298.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.28%
GREEN value IS 182 (71.48% from 255) = 50.28%
BLUE value IS 74 (29.30% from 255) = 20.44%
R=29.28%
G=50.28%
B=20.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal106182740.4200.590.29102.2242.5250.2
Hex6AB64A2A03B1D662b32
Octal15226611252073351465362
Binary11010101011011010010101010100111011111011100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,182,74); }

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

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

 a { background-color: rgb(106,182,74); }

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

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

 span { border-color: rgb(106,182,74); }

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