#66A87F

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

Shades of Oxley #66A87F

Tints of Oxley #66A87F

Color information

#66A87F (or 0x66A87F) is unknown color: approx Oxley. HEX triplet: 66, A8 and 7F. RGB value is (102,168,127). Sum of RGB (Red+Green+Blue) = 102+168+127=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 168 - color contains mainly: green. Hex color #66A87F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A87F is #995780. Grayscale: #8F8F8F. Windows color (decimal): -10049409 or 8366182. OLE color: 8366182.

HSL color Cylindrical-coordinate representation of color #66A87F: hue angle of 142.73º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A87F is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB102168127-
CMYK0.3900.240.34
HSL142.73º27.5%52.94%-
HSV(B)142.73º39.29%65.88%-
XYZ23.3132.3625.1-
YUV143.59118.6398.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 168 (66.02% from 255) = 42.32%
BLUE value IS 127 (50% from 255) = 31.99%
R=25.69%
G=42.32%
B=31.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1021681270.3900.240.34142.7327.552.94
Hex66A87F27018228f1c35
Octal14625017747030422173465
Binary11001101010100011111111001110110001000101000111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,168,127); }

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

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

 a { background-color: rgb(102,168,127); }

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

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

 span { border-color: rgb(102,168,127); }

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