#62A272

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

Shades of Oxley #62A272

Tints of Oxley #62A272

Color information

#62A272 (or 0x62A272) is unknown color: approx Oxley. HEX triplet: 62, A2 and 72. RGB value is (98,162,114). Sum of RGB (Red+Green+Blue) = 98+162+114=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #62A272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A272 is #9D5D8D. Grayscale: #898989. Windows color (decimal): -10313102 or 7512674. OLE color: 7512674.

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

Color convert

RGB98162114-
CMYK0.4000.300.36
HSL135º25.6%50.98%-
HSV(B)135º39.51%63.53%-
XYZ20.9929.6520.54-
YUV137.39114.899.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.20%
GREEN value IS 162 (63.67% from 255) = 43.32%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=26.20%
G=43.32%
B=30.48%

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
Decimal981621140.4000.300.3613525.650.98
Hex62A2722801E24871a33
Octal14224216250036442073263
Binary11000101010001011100101010000111101001001000011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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