#6CA94A

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

Shades of Apple #6CA94A

Tints of Apple #6CA94A

Color information

#6CA94A (or 0x6CA94A) is unknown color: approx Apple. HEX triplet: 6C, A9 and 4A. RGB value is (108,169,74). Sum of RGB (Red+Green+Blue) = 108+169+74=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA94A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA94A is #9356B5. Grayscale: #8C8C8C. Windows color (decimal): -9655990 or 4893036. OLE color: 4893036.

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

Color convert

RGB10816974-
CMYK0.3600.560.34
HSL98.53º39.09%47.65%-
HSV(B)98.53º56.21%66.27%-
XYZ21.6132.0611.53-
YUV139.9390.79105.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.77%
GREEN value IS 169 (66.41% from 255) = 48.15%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=30.77%
G=48.15%
B=21.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal108169740.3600.560.3498.5339.0947.65
Hex6CA94A2403822632730
Octal15425111244070421434760
Binary110110010101001100101010010001110001000101100011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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