#62A271

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

Shades of Oxley #62A271

Tints of Oxley #62A271

Color information

#62A271 (or 0x62A271) is unknown color: approx Oxley. HEX triplet: 62, A2 and 71. RGB value is (98,162,113). Sum of RGB (Red+Green+Blue) = 98+162+113=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #62A271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A271 is #9D5D8E. Grayscale: #898989. Windows color (decimal): -10313103 or 7447138. OLE color: 7447138.

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

Color convert

RGB98162113-
CMYK0.4000.300.36
HSL134.06º25.6%50.98%-
HSV(B)134.06º39.51%63.53%-
XYZ20.9429.6320.24-
YUV137.28114.399.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 162 (63.67% from 255) = 43.43%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=26.27%
G=43.43%
B=30.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981621130.4000.300.36134.0625.650.98
Hex62A2712801E24861a33
Octal14224216150036442063263
Binary11000101010001011100011010000111101001001000011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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