#6CA244

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

Shades of Apple #6CA244

Tints of Apple #6CA244

Color information

#6CA244 (or 0x6CA244) is unknown color: approx Apple. HEX triplet: 6C, A2 and 44. RGB value is (108,162,68). Sum of RGB (Red+Green+Blue) = 108+162+68=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA244 is #935DBB. Grayscale: #878787. Windows color (decimal): -9657788 or 4498028. OLE color: 4498028.

HSL color Cylindrical-coordinate representation of color #6CA244: hue angle of 94.47º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CA244 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB10816268-
CMYK0.3300.580.36
HSL94.47º40.87%45.1%-
HSV(B)94.47º58.02%63.53%-
XYZ20.1529.4510.09-
YUV135.1490.11108.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.95%
GREEN value IS 162 (63.67% from 255) = 47.93%
BLUE value IS 68 (26.95% from 255) = 20.12%
R=31.95%
G=47.93%
B=20.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108162680.3300.580.3694.4740.8745.1
Hex6CA2442103A245e292d
Octal15424210441072441365155
Binary110110010100010100010010000101110101001001011110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,162,68); }

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

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

 a { background-color: rgb(108,162,68); }

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

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

 span { border-color: rgb(108,162,68); }

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