#6AB235

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

Shades of Apple #6AB235

Tints of Apple #6AB235

Color information

#6AB235 (or 0x6AB235) is unknown color: approx Apple. HEX triplet: 6A, B2 and 35. RGB value is (106,178,53). Sum of RGB (Red+Green+Blue) = 106+178+53=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB235 is #954DCA. Grayscale: #8E8E8E. Windows color (decimal): -9784779 or 3519082. OLE color: 3519082.

HSL color Cylindrical-coordinate representation of color #6AB235: hue angle of 94.56º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6AB235 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB10617853-
CMYK0.4000.700.30
HSL94.56º54.11%45.29%-
HSV(B)94.56º70.22%69.8%-
XYZ22.5135.168.97-
YUV142.2277.65102.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.45%
GREEN value IS 178 (69.92% from 255) = 52.82%
BLUE value IS 53 (21.09% from 255) = 15.73%
R=31.45%
G=52.82%
B=15.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal106178530.4000.700.3094.5654.1145.29
Hex6AB235280461E5f362d
Octal15226265500106361376655
Binary11010101011001011010110100001000110111101011111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,178,53); }

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

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

 a { background-color: rgb(106,178,53); }

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

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

 span { border-color: rgb(106,178,53); }

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