#6AAB35

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

Shades of Apple #6AAB35

Tints of Apple #6AAB35

Color information

#6AAB35 (or 0x6AAB35) is unknown color: approx Apple. HEX triplet: 6A, AB and 35. RGB value is (106,171,53). Sum of RGB (Red+Green+Blue) = 106+171+53=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAB35 is #9554CA. Grayscale: #8A8A8A. Windows color (decimal): -9786571 or 3517290. OLE color: 3517290.

HSL color Cylindrical-coordinate representation of color #6AAB35: hue angle of 93.05º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6AAB35 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB10617153-
CMYK0.3800.690.33
HSL93.05º52.68%43.92%-
HSV(B)93.05º69.01%67.06%-
XYZ21.1532.458.52-
YUV138.1179.97105.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.12%
GREEN value IS 171 (67.19% from 255) = 51.82%
BLUE value IS 53 (21.09% from 255) = 16.06%
R=32.12%
G=51.82%
B=16.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106171530.3800.690.3393.0552.6843.92
Hex6AAB3526045215d352c
Octal15225365460105411356554
Binary110101010101011110101100110010001011000011011101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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