#66AB7A

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

Shades of Oxley #66AB7A

Tints of Oxley #66AB7A

Color information

#66AB7A (or 0x66AB7A) is unknown color: approx Oxley. HEX triplet: 66, AB and 7A. RGB value is (102,171,122). Sum of RGB (Red+Green+Blue) = 102+171+122=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB7A is #995485. Grayscale: #909090. Windows color (decimal): -10048646 or 8039270. OLE color: 8039270.

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

Color convert

RGB102171122-
CMYK0.4000.290.33
HSL137.39º29.11%53.53%-
HSV(B)137.39º40.35%67.06%-
XYZ23.5633.3623.61-
YUV144.78115.1497.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 171 (67.19% from 255) = 43.29%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=25.82%
G=43.29%
B=30.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711220.4000.290.33137.3929.1153.53
Hex66AB7A2801D21891d36
Octal14625317250035412113566
Binary11001101010101111110101010000111011000011000100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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