#6BAA44

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

Shades of Apple #6BAA44

Tints of Apple #6BAA44

Color information

#6BAA44 (or 0x6BAA44) is unknown color: approx Apple. HEX triplet: 6B, AA and 44. RGB value is (107,170,68). Sum of RGB (Red+Green+Blue) = 107+170+68=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAA44 is #9455BB. Grayscale: #8B8B8B. Windows color (decimal): -9721276 or 4500075. OLE color: 4500075.

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

Color convert

RGB10717068-
CMYK0.3700.60.33
HSL97.06º42.86%46.67%-
HSV(B)97.06º60%66.67%-
XYZ21.4832.2910.57-
YUV139.5487.63104.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.01%
GREEN value IS 170 (66.80% from 255) = 49.28%
BLUE value IS 68 (26.95% from 255) = 19.71%
R=31.01%
G=49.28%
B=19.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107170680.3700.60.3397.0642.8646.67
Hex6BAA442503C21612b2f
Octal15325210445074411415357
Binary110101110101010100010010010101111001000011100001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,170,68); }

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

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

 a { background-color: rgb(107,170,68); }

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

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

 span { border-color: rgb(107,170,68); }

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