#62A46E

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

Shades of Oxley #62A46E

Tints of Oxley #62A46E

Color information

#62A46E (or 0x62A46E) is unknown color: approx Oxley. HEX triplet: 62, A4 and 6E. RGB value is (98,164,110). Sum of RGB (Red+Green+Blue) = 98+164+110=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #62A46E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A46E is #9D5B91. Grayscale: #8A8A8A. Windows color (decimal): -10312594 or 7251042. OLE color: 7251042.

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

Color convert

RGB98164110-
CMYK0.4000.330.36
HSL130.91º26.61%51.37%-
HSV(B)130.91º40.24%64.31%-
XYZ21.1330.2719.48-
YUV138.11112.1399.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.34%
GREEN value IS 164 (64.45% from 255) = 44.09%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=26.34%
G=44.09%
B=29.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981641100.4000.330.36130.9126.6151.37
Hex62A46E2802124831b33
Octal14224415650041442033363
Binary110001010100100110111010100001000011001001000001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,164,110); }

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

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

 a { background-color: rgb(98,164,110); }

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

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

 span { border-color: rgb(98,164,110); }

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