#6CAA48

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

Shades of Apple #6CAA48

Tints of Apple #6CAA48

Color information

#6CAA48 (or 0x6CAA48) is unknown color: approx Apple. HEX triplet: 6C, AA and 48. RGB value is (108,170,72). Sum of RGB (Red+Green+Blue) = 108+170+72=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAA48 is #9355B7. Grayscale: #8C8C8C. Windows color (decimal): -9655736 or 4762220. OLE color: 4762220.

HSL color Cylindrical-coordinate representation of color #6CAA48: hue angle of 97.96º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CAA48 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB10817072-
CMYK0.3600.580.33
HSL97.96º40.5%47.45%-
HSV(B)97.96º57.65%66.67%-
XYZ21.7332.4111.24-
YUV140.2989.46104.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.86%
GREEN value IS 170 (66.80% from 255) = 48.57%
BLUE value IS 72 (28.52% from 255) = 20.57%
R=30.86%
G=48.57%
B=20.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108170720.3600.580.3397.9640.547.45
Hex6CAA482403A2162282f
Octal15425211044072411425057
Binary110110010101010100100010010001110101000011100010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,170,72); }

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

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

 a { background-color: rgb(108,170,72); }

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

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

 span { border-color: rgb(108,170,72); }

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