#6AB640

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

Shades of Apple #6AB640

Tints of Apple #6AB640

Color information

#6AB640 (or 0x6AB640) is unknown color: approx Apple. HEX triplet: 6A, B6 and 40. RGB value is (106,182,64). Sum of RGB (Red+Green+Blue) = 106+182+64=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 182 (71.48% from 255 or 51.70% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB640 is #9549BF. Grayscale: #929292. Windows color (decimal): -9783744 or 4241002. OLE color: 4241002.

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

Color convert

RGB10618264-
CMYK0.4200.650.29
HSL98.64º47.97%48.24%-
HSV(B)98.64º64.84%71.37%-
XYZ23.636.8910.73-
YUV145.8281.8299.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.11%
GREEN value IS 182 (71.48% from 255) = 51.70%
BLUE value IS 64 (25.39% from 255) = 18.18%
R=30.11%
G=51.70%
B=18.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal106182640.4200.650.2998.6447.9748.24
Hex6AB6402A0411D633030
Octal152266100520101351436060
Binary110101010110110100000010101001000001111011100011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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