#6CA845

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

Shades of Apple #6CA845

Tints of Apple #6CA845

Color information

#6CA845 (or 0x6CA845) is unknown color: approx Apple. HEX triplet: 6C, A8 and 45. RGB value is (108,168,69). Sum of RGB (Red+Green+Blue) = 108+168+69=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA845 is #9357BA. Grayscale: #8B8B8B. Windows color (decimal): -9656251 or 4565100. OLE color: 4565100.

HSL color Cylindrical-coordinate representation of color #6CA845: hue angle of 96.36º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6CA845 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB10816869-
CMYK0.3600.590.34
HSL96.36º41.77%46.47%-
HSV(B)96.36º58.93%65.88%-
XYZ21.2631.6210.61-
YUV138.7788.62106.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.30%
GREEN value IS 168 (66.02% from 255) = 48.70%
BLUE value IS 69 (27.34% from 255) = 20%
R=31.30%
G=48.70%
B=20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal108168690.3600.590.3496.3641.7746.47
Hex6CA8452403B22602a2e
Octal15425010544073421405256
Binary110110010101000100010110010001110111000101100000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,168,69); }

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

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

 a { background-color: rgb(108,168,69); }

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

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

 span { border-color: rgb(108,168,69); }

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