#6CA645

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

Shades of Apple #6CA645

Tints of Apple #6CA645

Color information

#6CA645 (or 0x6CA645) is unknown color: approx Apple. HEX triplet: 6C, A6 and 45. RGB value is (108,166,69). Sum of RGB (Red+Green+Blue) = 108+166+69=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA645 is #9359BA. Grayscale: #898989. Windows color (decimal): -9656763 or 4564588. OLE color: 4564588.

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

Color convert

RGB10816669-
CMYK0.3500.580.35
HSL95.88º41.28%46.08%-
HSV(B)95.88º58.43%65.1%-
XYZ20.8930.8910.49-
YUV137.689.28106.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.49%
GREEN value IS 166 (65.23% from 255) = 48.40%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=31.49%
G=48.40%
B=20.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108166690.3500.580.3595.8841.2846.08
Hex6CA6452303A2360292e
Octal15424610543072431405156
Binary110110010100110100010110001101110101000111100000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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