#66AA75

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

Shades of Oxley #66AA75

Tints of Oxley #66AA75

Color information

#66AA75 (or 0x66AA75) is unknown color: approx Oxley. HEX triplet: 66, AA and 75. RGB value is (102,170,117). Sum of RGB (Red+Green+Blue) = 102+170+117=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AA75 is #99558A. Grayscale: #8F8F8F. Windows color (decimal): -10048907 or 7711334. OLE color: 7711334.

HSL color Cylindrical-coordinate representation of color #66AA75: hue angle of 133.24º 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 #66AA75 is Cyan = 0.4, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB102170117-
CMYK0.400.310.33
HSL133.24º28.57%53.33%-
HSV(B)133.24º40%66.67%-
XYZ23.0732.8621.96-
YUV143.63112.9798.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.22%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=26.22%
G=43.70%
B=30.08%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021701170.400.310.33133.2428.5753.33
Hex66AA752801F21851d35
Octal14625216550037412053565
Binary11001101010101011101011010000111111000011000010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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