#62A275

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

Shades of Oxley #62A275

Tints of Oxley #62A275

Color information

#62A275 (or 0x62A275) is unknown color: approx Oxley. HEX triplet: 62, A2 and 75. RGB value is (98,162,117). Sum of RGB (Red+Green+Blue) = 98+162+117=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #62A275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A275 is #9D5D8A. Grayscale: #898989. Windows color (decimal): -10313099 or 7709282. OLE color: 7709282.

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

Color convert

RGB98162117-
CMYK0.4000.280.36
HSL137.81º25.6%50.98%-
HSV(B)137.81º39.51%63.53%-
XYZ21.1729.7221.45-
YUV137.73116.399.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.99%
GREEN value IS 162 (63.67% from 255) = 42.97%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=25.99%
G=42.97%
B=31.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981621170.4000.280.36137.8125.650.98
Hex62A2752801C248a1a33
Octal14224216550034442123263
Binary11000101010001011101011010000111001001001000101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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