#66A27A

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

Shades of Oxley #66A27A

Tints of Oxley #66A27A

Color information

#66A27A (or 0x66A27A) is unknown color: approx Oxley. HEX triplet: 66, A2 and 7A. RGB value is (102,162,122). Sum of RGB (Red+Green+Blue) = 102+162+122=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #66A27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A27A is #995D85. Grayscale: #8B8B8B. Windows color (decimal): -10050950 or 8036966. OLE color: 8036966.

HSL color Cylindrical-coordinate representation of color #66A27A: hue angle of 140º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A27A is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB102162122-
CMYK0.3700.250.36
HSL140º24.39%51.76%-
HSV(B)140º37.04%63.53%-
XYZ21.9130.0723.06-
YUV139.5118.12101.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.42%
GREEN value IS 162 (63.67% from 255) = 41.97%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=26.42%
G=41.97%
B=31.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021621220.3700.250.3614024.3951.76
Hex66A27A25019248c1834
Octal14624217245031442143064
Binary11001101010001011110101001010110011001001000110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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