#62A374

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

Shades of Oxley #62A374

Tints of Oxley #62A374

Color information

#62A374 (or 0x62A374) is unknown color: approx Oxley. HEX triplet: 62, A3 and 74. RGB value is (98,163,116). Sum of RGB (Red+Green+Blue) = 98+163+116=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #62A374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A374 is #9D5C8B. Grayscale: #8A8A8A. Windows color (decimal): -10312844 or 7644002. OLE color: 7644002.

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

Color convert

RGB98163116-
CMYK0.4000.290.36
HSL136.62º26.1%51.18%-
HSV(B)136.62º39.88%63.92%-
XYZ21.2930.0521.2-
YUV138.21115.4799.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.99%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=25.99%
G=43.24%
B=30.77%

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
Decimal981631160.4000.290.36136.6226.151.18
Hex62A3742801D24891a33
Octal14224316450035442113263
Binary11000101010001111101001010000111011001001000100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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