#66A57B

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

Shades of Oxley #66A57B

Tints of Oxley #66A57B

Color information

#66A57B (or 0x66A57B) is unknown color: approx Oxley. HEX triplet: 66, A5 and 7B. RGB value is (102,165,123). Sum of RGB (Red+Green+Blue) = 102+165+123=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #66A57B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A57B is #995A84. Grayscale: #8D8D8D. Windows color (decimal): -10050181 or 8103270. OLE color: 8103270.

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

Color convert

RGB102165123-
CMYK0.3800.250.35
HSL140º25.93%52.35%-
HSV(B)140º38.18%64.71%-
XYZ22.5131.1723.57-
YUV141.37117.6399.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=26.15%
G=42.31%
B=31.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021651230.3800.250.3514025.9352.35
Hex66A57B26019238c1a34
Octal14624517346031432143264
Binary11001101010010111110111001100110011000111000110011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,165,123); }

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

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

 a { background-color: rgb(102,165,123); }

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

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

 span { border-color: rgb(102,165,123); }

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