#6ABA45

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

Shades of Apple #6ABA45

Tints of Apple #6ABA45

Color information

#6ABA45 (or 0x6ABA45) is unknown color: approx Apple. HEX triplet: 6A, BA and 45. RGB value is (106,186,69). Sum of RGB (Red+Green+Blue) = 106+186+69=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABA45 is #9545BA. Grayscale: #959595. Windows color (decimal): -9782715 or 4569706. OLE color: 4569706.

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

Color convert

RGB10618669-
CMYK0.4300.630.27
HSL101.03º45.88%50%-
HSV(B)101.03º62.9%72.94%-
XYZ24.5838.6111.79-
YUV148.748397.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.36%
GREEN value IS 186 (73.05% from 255) = 51.52%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=29.36%
G=51.52%
B=19.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106186690.4300.630.27101.0345.8850
Hex6ABA452B03F1B652e32
Octal15227210553077331455662
Binary11010101011101010001011010110111111110111100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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