#66AC77

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

Shades of Oxley #66AC77

Tints of Oxley #66AC77

Color information

#66AC77 (or 0x66AC77) is unknown color: approx Oxley. HEX triplet: 66, AC and 77. RGB value is (102,172,119). Sum of RGB (Red+Green+Blue) = 102+172+119=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AC77 is #995388. Grayscale: #919191. Windows color (decimal): -10048393 or 7842918. OLE color: 7842918.

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

Color convert

RGB102172119-
CMYK0.4100.310.33
HSL134.57º29.66%53.73%-
HSV(B)134.57º40.7%67.45%-
XYZ23.5633.6622.71-
YUV145.03113.3197.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 172 (67.58% from 255) = 43.77%
BLUE value IS 119 (46.88% from 255) = 30.28%
R=25.95%
G=43.77%
B=30.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021721190.4100.310.33134.5729.6653.73
Hex66AC772901F21871e36
Octal14625416751037412073666
Binary11001101010110011101111010010111111000011000011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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