#62A27F

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

Shades of Oxley #62A27F

Tints of Oxley #62A27F

Color information

#62A27F (or 0x62A27F) is unknown color: approx Oxley. HEX triplet: 62, A2 and 7F. RGB value is (98,162,127). Sum of RGB (Red+Green+Blue) = 98+162+127=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #62A27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A27F is #9D5D80. Grayscale: #8A8A8A. Windows color (decimal): -10313089 or 8364642. OLE color: 8364642.

HSL color Cylindrical-coordinate representation of color #62A27F: hue angle of 147.19º degrees, saturation: 0.26, 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 #62A27F is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB98162127-
CMYK0.4000.220.36
HSL147.19º25.6%50.98%-
HSV(B)147.19º39.51%63.53%-
XYZ21.7929.9724.72-
YUV138.87121.398.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.32%
GREEN value IS 162 (63.67% from 255) = 41.86%
BLUE value IS 127 (50% from 255) = 32.82%
R=25.32%
G=41.86%
B=32.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981621270.4000.220.36147.1925.650.98
Hex62A27F2801624931a33
Octal14224217750026442233263
Binary11000101010001011111111010000101101001001001001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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