#62AB7F

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

Shades of Oxley #62AB7F

Tints of Oxley #62AB7F

Color information

#62AB7F (or 0x62AB7F) is unknown color: approx Oxley. HEX triplet: 62, AB and 7F. RGB value is (98,171,127). Sum of RGB (Red+Green+Blue) = 98+171+127=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #62AB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AB7F is #9D5480. Grayscale: #909090. Windows color (decimal): -10310785 or 8366946. OLE color: 8366946.

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

Color convert

RGB98171127-
CMYK0.4300.260.33
HSL143.84º30.29%52.75%-
HSV(B)143.84º42.69%67.06%-
XYZ23.4333.2525.26-
YUV144.16118.3295.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.75%
GREEN value IS 171 (67.19% from 255) = 43.18%
BLUE value IS 127 (50% from 255) = 32.07%
R=24.75%
G=43.18%
B=32.07%

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
Decimal981711270.4300.260.33143.8430.2952.75
Hex62AB7F2B01A21901e35
Octal14225317753032412203665
Binary11000101010101111111111010110110101000011001000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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