#66A348

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

Shades of Apple #66A348

Tints of Apple #66A348

Color information

#66A348 (or 0x66A348) is unknown color: approx Apple. HEX triplet: 66, A3 and 48. RGB value is (102,163,72). Sum of RGB (Red+Green+Blue) = 102+163+72=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #66A348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A348 is #995CB7. Grayscale: #868686. Windows color (decimal): -10050744 or 4760422. OLE color: 4760422.

HSL color Cylindrical-coordinate representation of color #66A348: hue angle of 100.22º 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 #66A348 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB10216372-
CMYK0.3700.560.36
HSL100.22º38.72%46.08%-
HSV(B)100.22º55.83%63.92%-
XYZ19.7529.4910.78-
YUV134.3992.79104.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 163 (64.06% from 255) = 48.37%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=30.27%
G=48.37%
B=21.36%

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
Decimal102163720.3700.560.36100.2238.7246.08
Hex66A348250382464272e
Octal14624311045070441444756
Binary110011010100011100100010010101110001001001100100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,163,72); }

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

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

 a { background-color: rgb(102,163,72); }

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

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

 span { border-color: rgb(102,163,72); }

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