#66AF7B

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

Shades of Oxley #66AF7B

Tints of Oxley #66AF7B

Color information

#66AF7B (or 0x66AF7B) is unknown color: approx Oxley. HEX triplet: 66, AF and 7B. RGB value is (102,175,123). Sum of RGB (Red+Green+Blue) = 102+175+123=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF7B is #995084. Grayscale: #939393. Windows color (decimal): -10047621 or 8105830. OLE color: 8105830.

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

Color convert

RGB102175123-
CMYK0.4200.300.31
HSL137.26º31.33%54.31%-
HSV(B)137.26º41.71%68.63%-
XYZ24.3834.9124.19-
YUV147.24114.3295.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.5%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=25.5%
G=43.75%
B=30.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751230.4200.300.31137.2631.3354.31
Hex66AF7B2A01E1F891f36
Octal14625717352036372113766
Binary1100110101011111111011101010011110111111000100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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