#6CAF3C

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

Shades of Apple #6CAF3C

Tints of Apple #6CAF3C

Color information

#6CAF3C (or 0x6CAF3C) is unknown color: approx Apple. HEX triplet: 6C, AF and 3C. RGB value is (108,175,60). Sum of RGB (Red+Green+Blue) = 108+175+60=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAF3C is #9350C3. Grayscale: #8E8E8E. Windows color (decimal): -9654468 or 3977068. OLE color: 3977068.

HSL color Cylindrical-coordinate representation of color #6CAF3C: hue angle of 94.96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6CAF3C is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB10817560-
CMYK0.3800.660.31
HSL94.96º48.94%46.08%-
HSV(B)94.96º65.71%68.63%-
XYZ22.3334.179.69-
YUV141.8681.8103.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.49%
GREEN value IS 175 (68.75% from 255) = 51.02%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=31.49%
G=51.02%
B=17.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108175600.3800.660.3194.9648.9446.08
Hex6CAF3C260421F5f312e
Octal15425774460102371376156
Binary11011001010111111110010011001000010111111011111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,175,60); }

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

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

 a { background-color: rgb(108,175,60); }

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

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

 span { border-color: rgb(108,175,60); }

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