#62A27E

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

Shades of Oxley #62A27E

Tints of Oxley #62A27E

Color information

#62A27E (or 0x62A27E) is unknown color: approx Oxley. HEX triplet: 62, A2 and 7E. RGB value is (98,162,126). Sum of RGB (Red+Green+Blue) = 98+162+126=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #62A27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A27E is #9D5D81. Grayscale: #8A8A8A. Windows color (decimal): -10313090 or 8299106. OLE color: 8299106.

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

Color convert

RGB98162126-
CMYK0.4000.220.36
HSL146.25º25.6%50.98%-
HSV(B)146.25º39.51%63.53%-
XYZ21.7229.9424.37-
YUV138.76120.898.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.39%
GREEN value IS 162 (63.67% from 255) = 41.97%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=25.39%
G=41.97%
B=32.64%

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
Decimal981621260.4000.220.36146.2525.650.98
Hex62A27E2801624921a33
Octal14224217650026442223263
Binary11000101010001011111101010000101101001001001001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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