#6BBA40

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

Shades of Apple #6BBA40

Tints of Apple #6BBA40

Color information

#6BBA40 (or 0x6BBA40) is unknown color: approx Apple. HEX triplet: 6B, BA and 40. RGB value is (107,186,64). Sum of RGB (Red+Green+Blue) = 107+186+64=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBA40 is #9445BF. Grayscale: #949494. Windows color (decimal): -9717184 or 4242027. OLE color: 4242027.

HSL color Cylindrical-coordinate representation of color #6BBA40: hue angle of 98.85º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6BBA40 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB10718664-
CMYK0.4200.660.27
HSL98.85º48.8%49.02%-
HSV(B)98.85º65.59%72.94%-
XYZ24.5538.6111.01-
YUV148.4780.3398.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.97%
GREEN value IS 186 (73.05% from 255) = 52.10%
BLUE value IS 64 (25.39% from 255) = 17.93%
R=29.97%
G=52.10%
B=17.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107186640.4200.660.2798.8548.849.02
Hex6BBA402A0421B633131
Octal153272100520102331436161
Binary110101110111010100000010101001000010110111100011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,186,64); }

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

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

 a { background-color: rgb(107,186,64); }

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

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

 span { border-color: rgb(107,186,64); }

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