#6BAB40

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

Shades of Apple #6BAB40

Tints of Apple #6BAB40

Color information

#6BAB40 (or 0x6BAB40) is unknown color: approx Apple. HEX triplet: 6B, AB and 40. RGB value is (107,171,64). Sum of RGB (Red+Green+Blue) = 107+171+64=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAB40 is #9454BF. Grayscale: #8C8C8C. Windows color (decimal): -9721024 or 4238187. OLE color: 4238187.

HSL color Cylindrical-coordinate representation of color #6BAB40: hue angle of 95.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6BAB40 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB10717164-
CMYK0.3700.630.33
HSL95.89º45.53%46.08%-
HSV(B)95.89º62.57%67.06%-
XYZ21.5532.6210.01-
YUV139.6785.3104.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.29%
GREEN value IS 171 (67.19% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 18.71%
R=31.29%
G=50%
B=18.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107171640.3700.630.3395.8945.5346.08
Hex6BAB402503F21602e2e
Octal15325310045077411405656
Binary110101110101011100000010010101111111000011100000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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