#6CA94C

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

Shades of Apple #6CA94C

Tints of Apple #6CA94C

Color information

#6CA94C (or 0x6CA94C) is unknown color: approx Apple. HEX triplet: 6C, A9 and 4C. RGB value is (108,169,76). Sum of RGB (Red+Green+Blue) = 108+169+76=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA94C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA94C is #9356B3. Grayscale: #8C8C8C. Windows color (decimal): -9655988 or 5024108. OLE color: 5024108.

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

Color convert

RGB10816976-
CMYK0.3600.550.34
HSL99.35º37.96%48.04%-
HSV(B)99.35º55.03%66.27%-
XYZ21.6832.0911.89-
YUV140.1691.79105.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.59%
GREEN value IS 169 (66.41% from 255) = 47.88%
BLUE value IS 76 (30.08% from 255) = 21.53%
R=30.59%
G=47.88%
B=21.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal108169760.3600.550.3499.3537.9648.04
Hex6CA94C2403722632630
Octal15425111444067421434660
Binary110110010101001100110010010001101111000101100011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,169,76); }

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

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

 a { background-color: rgb(108,169,76); }

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

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

 span { border-color: rgb(108,169,76); }

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