#66A93D

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

Shades of Apple #66A93D

Tints of Apple #66A93D

Color information

#66A93D (or 0x66A93D) is unknown color: approx Apple. HEX triplet: 66, A9 and 3D. RGB value is (102,169,61). Sum of RGB (Red+Green+Blue) = 102+169+61=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #66A93D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A93D is #9956C2. Grayscale: #898989. Windows color (decimal): -10049219 or 4041062. OLE color: 4041062.

HSL color Cylindrical-coordinate representation of color #66A93D: hue angle of 97.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66A93D is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB10216961-
CMYK0.4000.640.34
HSL97.22º46.96%45.1%-
HSV(B)97.22º63.91%66.27%-
XYZ20.5131.549.42-
YUV136.6685.3103.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.72%
GREEN value IS 169 (66.41% from 255) = 50.90%
BLUE value IS 61 (24.22% from 255) = 18.37%
R=30.72%
G=50.90%
B=18.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal102169610.4000.640.3497.2246.9645.1
Hex66A93D2804022612f2d
Octal14625175500100421415755
Binary110011010101001111101101000010000001000101100001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,169,61); }

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

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

 a { background-color: rgb(102,169,61); }

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

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

 span { border-color: rgb(102,169,61); }

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