#66A782

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

Shades of Oxley #66A782

Tints of Oxley #66A782

Color information

#66A782 (or 0x66A782) is unknown color: approx Oxley. HEX triplet: 66, A7 and 82. RGB value is (102,167,130). Sum of RGB (Red+Green+Blue) = 102+167+130=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 167 - color contains mainly: green. Hex color #66A782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A782 is #99587D. Grayscale: #8F8F8F. Windows color (decimal): -10049662 or 8562534. OLE color: 8562534.

HSL color Cylindrical-coordinate representation of color #66A782: hue angle of 145.85º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A782 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB102167130-
CMYK0.3900.220.35
HSL145.85º26.97%52.75%-
HSV(B)145.85º38.92%65.49%-
XYZ23.3332.0726.08-
YUV143.35120.4798.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 167 (65.62% from 255) = 41.85%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=25.56%
G=41.85%
B=32.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021671300.3900.220.35145.8526.9752.75
Hex66A7822701623921b35
Octal14624720247026432223365
Binary110011010100111100000101001110101101000111001001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,167,130); }

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

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

 a { background-color: rgb(102,167,130); }

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

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

 span { border-color: rgb(102,167,130); }

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