#6CA442

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

Shades of Apple #6CA442

Tints of Apple #6CA442

Color information

#6CA442 (or 0x6CA442) is unknown color: approx Apple. HEX triplet: 6C, A4 and 42. RGB value is (108,164,66). Sum of RGB (Red+Green+Blue) = 108+164+66=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA442 is #935BBD. Grayscale: #888888. Windows color (decimal): -9657278 or 4367468. OLE color: 4367468.

HSL color Cylindrical-coordinate representation of color #6CA442: hue angle of 94.29º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6CA442 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB10816466-
CMYK0.3400.600.36
HSL94.29º42.61%45.1%-
HSV(B)94.29º59.76%64.31%-
XYZ20.4430.139.89-
YUV136.0888.45107.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.95%
GREEN value IS 164 (64.45% from 255) = 48.52%
BLUE value IS 66 (26.17% from 255) = 19.53%
R=31.95%
G=48.52%
B=19.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108164660.3400.600.3694.2942.6145.1
Hex6CA4422203C245e2b2d
Octal15424410242074441365355
Binary110110010100100100001010001001111001001001011110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,164,66); }

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

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

 a { background-color: rgb(108,164,66); }

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

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

 span { border-color: rgb(108,164,66); }

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