#6BA047

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

Shades of Apple #6BA047

Tints of Apple #6BA047

Color information

#6BA047 (or 0x6BA047) is unknown color: approx Apple. HEX triplet: 6B, A0 and 47. RGB value is (107,160,71). Sum of RGB (Red+Green+Blue) = 107+160+71=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA047 is #945FB8. Grayscale: #868686. Windows color (decimal): -9723833 or 4694123. OLE color: 4694123.

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

Color convert

RGB10716071-
CMYK0.3300.560.37
HSL95.73º38.53%45.29%-
HSV(B)95.73º55.62%62.75%-
XYZ19.7728.7210.46-
YUV134.0192.44108.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.66%
GREEN value IS 160 (62.89% from 255) = 47.34%
BLUE value IS 71 (28.12% from 255) = 21.01%
R=31.66%
G=47.34%
B=21.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal107160710.3300.560.3795.7338.5345.29
Hex6BA047210382560272d
Octal15324010741070451404755
Binary110101110100000100011110000101110001001011100000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,160,71); }

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

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

 a { background-color: rgb(107,160,71); }

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

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

 span { border-color: rgb(107,160,71); }

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