#66AC7C

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

Shades of Oxley #66AC7C

Tints of Oxley #66AC7C

Color information

#66AC7C (or 0x66AC7C) is unknown color: approx Oxley. HEX triplet: 66, AC and 7C. RGB value is (102,172,124). Sum of RGB (Red+Green+Blue) = 102+172+124=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AC7C is #995383. Grayscale: #919191. Windows color (decimal): -10048388 or 8170598. OLE color: 8170598.

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

Color convert

RGB102172124-
CMYK0.4100.280.33
HSL138.86º29.66%53.73%-
HSV(B)138.86º40.7%67.45%-
XYZ23.8733.7924.33-
YUV145.6115.8196.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.63%
GREEN value IS 172 (67.58% from 255) = 43.22%
BLUE value IS 124 (48.83% from 255) = 31.16%
R=25.63%
G=43.22%
B=31.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021721240.4100.280.33138.8629.6653.73
Hex66AC7C2901C218b1e36
Octal14625417451034412133666
Binary11001101010110011111001010010111001000011000101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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