#66AC3D

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

Shades of Apple #66AC3D

Tints of Apple #66AC3D

Color information

#66AC3D (or 0x66AC3D) is unknown color: approx Apple. HEX triplet: 66, AC and 3D. RGB value is (102,172,61). Sum of RGB (Red+Green+Blue) = 102+172+61=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AC3D is #9953C2. Grayscale: #8A8A8A. Windows color (decimal): -10048451 or 4041830. OLE color: 4041830.

HSL color Cylindrical-coordinate representation of color #66AC3D: hue angle of 97.84º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66AC3D is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB10217261-
CMYK0.4100.650.33
HSL97.84º47.64%45.69%-
HSV(B)97.84º64.53%67.45%-
XYZ21.0732.679.61-
YUV138.4284.31102.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 172 (67.58% from 255) = 51.34%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=30.45%
G=51.34%
B=18.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102172610.4100.650.3397.8447.6445.69
Hex66AC3D290412162302e
Octal14625475510101411426056
Binary110011010101100111101101001010000011000011100010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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