#6CA640

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

Shades of Apple #6CA640

Tints of Apple #6CA640

Color information

#6CA640 (or 0x6CA640) is unknown color: approx Apple. HEX triplet: 6C, A6 and 40. RGB value is (108,166,64). Sum of RGB (Red+Green+Blue) = 108+166+64=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA640 is #9359BF. Grayscale: #898989. Windows color (decimal): -9656768 or 4236908. OLE color: 4236908.

HSL color Cylindrical-coordinate representation of color #6CA640: hue angle of 94.12º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6CA640 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB10816664-
CMYK0.3500.610.35
HSL94.12º44.35%45.1%-
HSV(B)94.12º61.45%65.1%-
XYZ20.7530.839.71-
YUV137.0386.78107.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.95%
GREEN value IS 166 (65.23% from 255) = 49.11%
BLUE value IS 64 (25.39% from 255) = 18.93%
R=31.95%
G=49.11%
B=18.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108166640.3500.610.3594.1244.3545.1
Hex6CA6402303D235e2c2d
Octal15424610043075431365455
Binary110110010100110100000010001101111011000111011110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,166,64); }

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

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

 a { background-color: rgb(108,166,64); }

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

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

 span { border-color: rgb(108,166,64); }

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