#66AE7A

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

Shades of Oxley #66AE7A

Tints of Oxley #66AE7A

Color information

#66AE7A (or 0x66AE7A) is unknown color: approx Oxley. HEX triplet: 66, AE and 7A. RGB value is (102,174,122). Sum of RGB (Red+Green+Blue) = 102+174+122=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #66AE7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AE7A is #995185. Grayscale: #929292. Windows color (decimal): -10047878 or 8040038. OLE color: 8040038.

HSL color Cylindrical-coordinate representation of color #66AE7A: hue angle of 136.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AE7A is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB102174122-
CMYK0.4100.300.32
HSL136.67º30.77%54.12%-
HSV(B)136.67º41.38%68.24%-
XYZ24.1334.523.8-
YUV146.54114.1596.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.63%
GREEN value IS 174 (68.36% from 255) = 43.72%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=25.63%
G=43.72%
B=30.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021741220.4100.300.32136.6730.7754.12
Hex66AE7A2901E20891f36
Octal14625617251036402113766
Binary11001101010111011110101010010111101000001000100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,174,122); }

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

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

 a { background-color: rgb(102,174,122); }

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

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

 span { border-color: rgb(102,174,122); }

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