#62AB7E

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

Shades of Oxley #62AB7E

Tints of Oxley #62AB7E

Color information

#62AB7E (or 0x62AB7E) is unknown color: approx Oxley. HEX triplet: 62, AB and 7E. RGB value is (98,171,126). Sum of RGB (Red+Green+Blue) = 98+171+126=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #62AB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AB7E is #9D5481. Grayscale: #909090. Windows color (decimal): -10310786 or 8301410. OLE color: 8301410.

HSL color Cylindrical-coordinate representation of color #62AB7E: hue angle of 143.01º degrees, saturation: 0.3, 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 #62AB7E is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB98171126-
CMYK0.4300.260.33
HSL143.01º30.29%52.75%-
HSV(B)143.01º42.69%67.06%-
XYZ23.3733.2324.92-
YUV144.04117.8295.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 171 (67.19% from 255) = 43.29%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=24.81%
G=43.29%
B=31.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981711260.4300.260.33143.0130.2952.75
Hex62AB7E2B01A218f1e35
Octal14225317653032412173665
Binary11000101010101111111101010110110101000011000111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,171,126); }

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

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

 a { background-color: rgb(98,171,126); }

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

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

 span { border-color: rgb(98,171,126); }

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