#62A474

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

Shades of Oxley #62A474

Tints of Oxley #62A474

Color information

#62A474 (or 0x62A474) is unknown color: approx Oxley. HEX triplet: 62, A4 and 74. RGB value is (98,164,116). Sum of RGB (Red+Green+Blue) = 98+164+116=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #62A474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A474 is #9D5B8B. Grayscale: #8A8A8A. Windows color (decimal): -10312588 or 7644258. OLE color: 7644258.

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

Color convert

RGB98164116-
CMYK0.4000.290.36
HSL136.36º26.61%51.37%-
HSV(B)136.36º40.24%64.31%-
XYZ21.4630.4121.26-
YUV138.79115.1398.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.93%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 116 (45.70% from 255) = 30.69%
R=25.93%
G=43.39%
B=30.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981641160.4000.290.36136.3626.6151.37
Hex62A4742801D24881b33
Octal14224416450035442103363
Binary11000101010010011101001010000111011001001000100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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