#66A277

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

Shades of Oxley #66A277

Tints of Oxley #66A277

Color information

#66A277 (or 0x66A277) is unknown color: approx Oxley. HEX triplet: 66, A2 and 77. RGB value is (102,162,119). Sum of RGB (Red+Green+Blue) = 102+162+119=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #66A277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A277 is #995D88. Grayscale: #8B8B8B. Windows color (decimal): -10050953 or 7840358. OLE color: 7840358.

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

Color convert

RGB102162119-
CMYK0.3700.270.36
HSL137º24.39%51.76%-
HSV(B)137º37.04%63.53%-
XYZ21.733022.1-
YUV139.16116.62101.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 119 (46.88% from 255) = 31.07%
R=26.63%
G=42.30%
B=31.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021621190.3700.270.3613724.3951.76
Hex66A2772501B24891834
Octal14624216745033442113064
Binary11001101010001011101111001010110111001001000100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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