#6CA34A

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

Shades of Apple #6CA34A

Tints of Apple #6CA34A

Color information

#6CA34A (or 0x6CA34A) is unknown color: approx Apple. HEX triplet: 6C, A3 and 4A. RGB value is (108,163,74). Sum of RGB (Red+Green+Blue) = 108+163+74=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA34A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA34A is #935CB5. Grayscale: #888888. Windows color (decimal): -9657526 or 4891500. OLE color: 4891500.

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

Color convert

RGB10816374-
CMYK0.3400.550.36
HSL97.08º37.55%46.47%-
HSV(B)97.08º54.6%63.92%-
XYZ20.5229.8811.16-
YUV136.4192.78107.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.30%
GREEN value IS 163 (64.06% from 255) = 47.25%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=31.30%
G=47.25%
B=21.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108163740.3400.550.3697.0837.5546.47
Hex6CA34A220372461262e
Octal15424311242067441414656
Binary110110010100011100101010001001101111001001100001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,163,74); }

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

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

 a { background-color: rgb(108,163,74); }

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

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

 span { border-color: rgb(108,163,74); }

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