#66AF7D

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

Shades of Oxley #66AF7D

Tints of Oxley #66AF7D

Color information

#66AF7D (or 0x66AF7D) is unknown color: approx Oxley. HEX triplet: 66, AF and 7D. RGB value is (102,175,125). Sum of RGB (Red+Green+Blue) = 102+175+125=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF7D is #995082. Grayscale: #939393. Windows color (decimal): -10047619 or 8236902. OLE color: 8236902.

HSL color Cylindrical-coordinate representation of color #66AF7D: hue angle of 138.9º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF7D is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB102175125-
CMYK0.4200.290.31
HSL138.9º31.33%54.31%-
HSV(B)138.9º41.71%68.63%-
XYZ24.5134.9724.86-
YUV147.47115.3295.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.37%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=25.37%
G=43.53%
B=31.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751250.4200.290.31138.931.3354.31
Hex66AF7D2A01D1F8b1f36
Octal14625717552035372133766
Binary1100110101011111111101101010011101111111000101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,175,125); }

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

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

 a { background-color: rgb(102,175,125); }

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

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

 span { border-color: rgb(102,175,125); }

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