#66A772

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

Shades of Oxley #66A772

Tints of Oxley #66A772

Color information

#66A772 (or 0x66A772) is unknown color: approx Oxley. HEX triplet: 66, A7 and 72. RGB value is (102,167,114). Sum of RGB (Red+Green+Blue) = 102+167+114=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 167 - color contains mainly: green. Hex color #66A772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A772 is #99588D. Grayscale: #8D8D8D. Windows color (decimal): -10049678 or 7513958. OLE color: 7513958.

HSL color Cylindrical-coordinate representation of color #66A772: hue angle of 131.08º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A772 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB102167114-
CMYK0.3900.320.35
HSL131.08º26.97%52.75%-
HSV(B)131.08º38.92%65.49%-
XYZ22.3431.6820.86-
YUV141.52112.4799.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 167 (65.62% from 255) = 43.60%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=26.63%
G=43.60%
B=29.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021671140.3900.320.35131.0826.9752.75
Hex66A7722702023831b35
Octal14624716247040432033365
Binary110011010100111111001010011101000001000111000001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,167,114); }

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

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

 a { background-color: rgb(102,167,114); }

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

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

 span { border-color: rgb(102,167,114); }

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