#62AC7C

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

Shades of Oxley #62AC7C

Tints of Oxley #62AC7C

Color information

#62AC7C (or 0x62AC7C) is unknown color: approx Oxley. HEX triplet: 62, AC and 7C. RGB value is (98,172,124). Sum of RGB (Red+Green+Blue) = 98+172+124=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #62AC7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AC7C is #9D5383. Grayscale: #909090. Windows color (decimal): -10310532 or 8170594. OLE color: 8170594.

HSL color Cylindrical-coordinate representation of color #62AC7C: hue angle of 141.08º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62AC7C is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB98172124-
CMYK0.4300.280.33
HSL141.08º30.83%52.94%-
HSV(B)141.08º43.02%67.45%-
XYZ23.4333.5624.31-
YUV144.4116.4894.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.87%
GREEN value IS 172 (67.58% from 255) = 43.65%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=24.87%
G=43.65%
B=31.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981721240.4300.280.33141.0830.8352.94
Hex62AC7C2B01C218d1f35
Octal14225417453034412153765
Binary11000101010110011111001010110111001000011000110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,172,124); }

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

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

 a { background-color: rgb(98,172,124); }

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

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

 span { border-color: rgb(98,172,124); }

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