#6CAA45

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

Shades of Apple #6CAA45

Tints of Apple #6CAA45

Color information

#6CAA45 (or 0x6CAA45) is unknown color: approx Apple. HEX triplet: 6C, AA and 45. RGB value is (108,170,69). Sum of RGB (Red+Green+Blue) = 108+170+69=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAA45 is #9355BA. Grayscale: #8C8C8C. Windows color (decimal): -9655739 or 4565612. OLE color: 4565612.

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

Color convert

RGB10817069-
CMYK0.3600.590.33
HSL96.83º42.26%46.86%-
HSV(B)96.83º59.41%66.67%-
XYZ21.6332.3710.74-
YUV139.9587.96105.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.12%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=31.12%
G=48.99%
B=19.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108170690.3600.590.3396.8342.2646.86
Hex6CAA452403B21612a2f
Octal15425210544073411415257
Binary110110010101010100010110010001110111000011100001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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