#62A278

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

Shades of Oxley #62A278

Tints of Oxley #62A278

Color information

#62A278 (or 0x62A278) is unknown color: approx Oxley. HEX triplet: 62, A2 and 78. RGB value is (98,162,120). Sum of RGB (Red+Green+Blue) = 98+162+120=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #62A278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A278 is #9D5D87. Grayscale: #8A8A8A. Windows color (decimal): -10313096 or 7905890. OLE color: 7905890.

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

Color convert

RGB98162120-
CMYK0.4000.260.36
HSL140.62º25.6%50.98%-
HSV(B)140.62º39.51%63.53%-
XYZ21.3529.7922.39-
YUV138.08117.899.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.79%
GREEN value IS 162 (63.67% from 255) = 42.63%
BLUE value IS 120 (47.27% from 255) = 31.58%
R=25.79%
G=42.63%
B=31.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981621200.4000.260.36140.6225.650.98
Hex62A2782801A248d1a33
Octal14224217050032442153263
Binary11000101010001011110001010000110101001001000110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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