#66AF7C

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

Shades of Oxley #66AF7C

Tints of Oxley #66AF7C

Color information

#66AF7C (or 0x66AF7C) is unknown color: approx Oxley. HEX triplet: 66, AF and 7C. RGB value is (102,175,124). Sum of RGB (Red+Green+Blue) = 102+175+124=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF7C is #995083. Grayscale: #939393. Windows color (decimal): -10047620 or 8171366. OLE color: 8171366.

HSL color Cylindrical-coordinate representation of color #66AF7C: hue angle of 138.08º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF7C is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB102175124-
CMYK0.4200.290.31
HSL138.08º31.33%54.31%-
HSV(B)138.08º41.71%68.63%-
XYZ24.4534.9424.52-
YUV147.36114.8295.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.44%
GREEN value IS 175 (68.75% from 255) = 43.64%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=25.44%
G=43.64%
B=30.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751240.4200.290.31138.0831.3354.31
Hex66AF7C2A01D1F8a1f36
Octal14625717452035372123766
Binary1100110101011111111100101010011101111111000101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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