#66A247

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

Shades of Apple #66A247

Tints of Apple #66A247

Color information

#66A247 (or 0x66A247) is unknown color: approx Apple. HEX triplet: 66, A2 and 47. RGB value is (102,162,71). Sum of RGB (Red+Green+Blue) = 102+162+71=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #66A247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A247 is #995DB8. Grayscale: #858585. Windows color (decimal): -10051001 or 4694630. OLE color: 4694630.

HSL color Cylindrical-coordinate representation of color #66A247: hue angle of 99.56º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66A247 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB10216271-
CMYK0.3700.560.36
HSL99.56º39.06%45.69%-
HSV(B)99.56º56.17%63.53%-
XYZ19.5429.1210.55-
YUV133.6992.62105.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 162 (63.67% from 255) = 48.36%
BLUE value IS 71 (28.12% from 255) = 21.19%
R=30.45%
G=48.36%
B=21.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102162710.3700.560.3699.5639.0645.69
Hex66A247250382464272e
Octal14624210745070441444756
Binary110011010100010100011110010101110001001001100100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A247; }

 p { color: rgb(102,162,71); }

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

<style>
 a { background-color: #66A247; }

 a { background-color: rgb(102,162,71); }

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

<style>
 span { border-color: #66A247; }

 span { border-color: rgb(102,162,71); }

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