#6ABA3C

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

Shades of Apple #6ABA3C

Tints of Apple #6ABA3C

Color information

#6ABA3C (or 0x6ABA3C) is unknown color: approx Apple. HEX triplet: 6A, BA and 3C. RGB value is (106,186,60). Sum of RGB (Red+Green+Blue) = 106+186+60=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABA3C is #9545C3. Grayscale: #949494. Windows color (decimal): -9782724 or 3979882. OLE color: 3979882.

HSL color Cylindrical-coordinate representation of color #6ABA3C: hue angle of 98.1º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6ABA3C is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB10618660-
CMYK0.4300.680.27
HSL98.1º51.22%48.24%-
HSV(B)98.1º67.74%72.94%-
XYZ24.3238.5110.43-
YUV147.7278.598.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.11%
GREEN value IS 186 (73.05% from 255) = 52.84%
BLUE value IS 60 (23.83% from 255) = 17.05%
R=30.11%
G=52.84%
B=17.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106186600.4300.680.2798.151.2248.24
Hex6ABA3C2B0441B623330
Octal15227274530104331426360
Binary11010101011101011110010101101000100110111100010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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