#66AA7F

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

Shades of Oxley #66AA7F

Tints of Oxley #66AA7F

Color information

#66AA7F (or 0x66AA7F) is unknown color: approx Oxley. HEX triplet: 66, AA and 7F. RGB value is (102,170,127). Sum of RGB (Red+Green+Blue) = 102+170+127=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AA7F is #995580. Grayscale: #909090. Windows color (decimal): -10048897 or 8366694. OLE color: 8366694.

HSL color Cylindrical-coordinate representation of color #66AA7F: hue angle of 142.06º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AA7F is Cyan = 0.4, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB102170127-
CMYK0.400.250.33
HSL142.06º28.57%53.33%-
HSV(B)142.06º40%66.67%-
XYZ23.6833.1125.22-
YUV144.77117.9797.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 127 (50% from 255) = 31.83%
R=25.56%
G=42.61%
B=31.83%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021701270.400.250.33142.0628.5753.33
Hex66AA7F28019218e1d35
Octal14625217750031412163565
Binary11001101010101011111111010000110011000011000111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,170,127); }

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

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

 a { background-color: rgb(102,170,127); }

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

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

 span { border-color: rgb(102,170,127); }

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