#66AB7B

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

Shades of Oxley #66AB7B

Tints of Oxley #66AB7B

Color information

#66AB7B (or 0x66AB7B) is unknown color: approx Oxley. HEX triplet: 66, AB and 7B. RGB value is (102,171,123). Sum of RGB (Red+Green+Blue) = 102+171+123=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB7B is #995484. Grayscale: #919191. Windows color (decimal): -10048645 or 8104806. OLE color: 8104806.

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

Color convert

RGB102171123-
CMYK0.4000.280.33
HSL138.26º29.11%53.53%-
HSV(B)138.26º40.35%67.06%-
XYZ23.6233.3823.94-
YUV144.9115.6497.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.76%
GREEN value IS 171 (67.19% from 255) = 43.18%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=25.76%
G=43.18%
B=31.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711230.4000.280.33138.2629.1153.53
Hex66AB7B2801C218a1d36
Octal14625317350034412123566
Binary11001101010101111110111010000111001000011000101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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