#6AAB3C

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

Shades of Apple #6AAB3C

Tints of Apple #6AAB3C

Color information

#6AAB3C (or 0x6AAB3C) is unknown color: approx Apple. HEX triplet: 6A, AB and 3C. RGB value is (106,171,60). Sum of RGB (Red+Green+Blue) = 106+171+60=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAB3C is #9554C3. Grayscale: #8B8B8B. Windows color (decimal): -9786564 or 3976042. OLE color: 3976042.

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

Color convert

RGB10617160-
CMYK0.3800.650.33
HSL95.14º48.05%45.29%-
HSV(B)95.14º64.91%67.06%-
XYZ21.3232.529.43-
YUV138.9183.47104.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.45%
GREEN value IS 171 (67.19% from 255) = 50.74%
BLUE value IS 60 (23.83% from 255) = 17.80%
R=31.45%
G=50.74%
B=17.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106171600.3800.650.3395.1448.0545.29
Hex6AAB3C26041215f302d
Octal15225374460101411376055
Binary110101010101011111100100110010000011000011011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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