#66AF7F

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

Shades of Oxley #66AF7F

Tints of Oxley #66AF7F

Color information

#66AF7F (or 0x66AF7F) is unknown color: approx Oxley. HEX triplet: 66, AF and 7F. RGB value is (102,175,127). Sum of RGB (Red+Green+Blue) = 102+175+127=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF7F is #995080. Grayscale: #939393. Windows color (decimal): -10047617 or 8367974. OLE color: 8367974.

HSL color Cylindrical-coordinate representation of color #66AF7F: hue angle of 140.55º 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 #66AF7F is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB102175127-
CMYK0.4200.270.31
HSL140.55º31.33%54.31%-
HSV(B)140.55º41.71%68.63%-
XYZ24.6435.0225.54-
YUV147.7116.3295.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.25%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 127 (50% from 255) = 31.44%
R=25.25%
G=43.32%
B=31.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751270.4200.270.31140.5531.3354.31
Hex66AF7F2A01B1F8d1f36
Octal14625717752033372153766
Binary1100110101011111111111101010011011111111000110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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