#62A376

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

Shades of Oxley #62A376

Tints of Oxley #62A376

Color information

#62A376 (or 0x62A376) is unknown color: approx Oxley. HEX triplet: 62, A3 and 76. RGB value is (98,163,118). Sum of RGB (Red+Green+Blue) = 98+163+118=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 163 - color contains mainly: green. Hex color #62A376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A376 is #9D5C89. Grayscale: #8A8A8A. Windows color (decimal): -10312842 or 7775074. OLE color: 7775074.

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

Color convert

RGB98163118-
CMYK0.4000.280.36
HSL138.46º26.1%51.18%-
HSV(B)138.46º39.88%63.92%-
XYZ21.430.121.82-
YUV138.44116.4799.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.86%
GREEN value IS 163 (64.06% from 255) = 43.01%
BLUE value IS 118 (46.48% from 255) = 31.13%
R=25.86%
G=43.01%
B=31.13%

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
Decimal981631180.4000.280.36138.4626.151.18
Hex62A3762801C248a1a33
Octal14224316650034442123263
Binary11000101010001111101101010000111001001001000101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,163,118); }

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

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

 a { background-color: rgb(98,163,118); }

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

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

 span { border-color: rgb(98,163,118); }

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