#6CA446

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

Shades of Apple #6CA446

Tints of Apple #6CA446

Color information

#6CA446 (or 0x6CA446) is unknown color: approx Apple. HEX triplet: 6C, A4 and 46. RGB value is (108,164,70). Sum of RGB (Red+Green+Blue) = 108+164+70=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA446 is #935BB9. Grayscale: #888888. Windows color (decimal): -9657274 or 4629612. OLE color: 4629612.

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

Color convert

RGB10816470-
CMYK0.3400.570.36
HSL95.74º40.17%45.88%-
HSV(B)95.74º57.32%64.31%-
XYZ20.5730.1810.54-
YUV136.5490.45107.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.58%
GREEN value IS 164 (64.45% from 255) = 47.95%
BLUE value IS 70 (27.73% from 255) = 20.47%
R=31.58%
G=47.95%
B=20.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108164700.3400.570.3695.7440.1745.88
Hex6CA446220392460282e
Octal15424410642071441405056
Binary110110010100100100011010001001110011001001100000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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