#62A47F

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

Shades of Oxley #62A47F

Tints of Oxley #62A47F

Color information

#62A47F (or 0x62A47F) is unknown color: approx Oxley. HEX triplet: 62, A4 and 7F. RGB value is (98,164,127). Sum of RGB (Red+Green+Blue) = 98+164+127=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #62A47F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A47F is #9D5B80. Grayscale: #8C8C8C. Windows color (decimal): -10312577 or 8365154. OLE color: 8365154.

HSL color Cylindrical-coordinate representation of color #62A47F: hue angle of 146.36º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62A47F is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB98164127-
CMYK0.4000.230.36
HSL146.36º26.61%51.37%-
HSV(B)146.36º40.24%64.31%-
XYZ22.1430.6824.83-
YUV140.05120.6398.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.19%
GREEN value IS 164 (64.45% from 255) = 42.16%
BLUE value IS 127 (50% from 255) = 32.65%
R=25.19%
G=42.16%
B=32.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981641270.4000.230.36146.3626.6151.37
Hex62A47F2801724921b33
Octal14224417750027442223363
Binary11000101010010011111111010000101111001001001001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A47F; }

 p { color: rgb(98,164,127); }

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

<style>
 a { background-color: #62A47F; }

 a { background-color: rgb(98,164,127); }

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

<style>
 span { border-color: #62A47F; }

 span { border-color: rgb(98,164,127); }

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