#62AA7A

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

Shades of Oxley #62AA7A

Tints of Oxley #62AA7A

Color information

#62AA7A (or 0x62AA7A) is unknown color: approx Oxley. HEX triplet: 62, AA and 7A. RGB value is (98,170,122). Sum of RGB (Red+Green+Blue) = 98+170+122=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AA7A is #9D5585. Grayscale: #8F8F8F. Windows color (decimal): -10311046 or 8039010. OLE color: 8039010.

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

Color convert

RGB98170122-
CMYK0.4200.280.33
HSL140º29.75%52.55%-
HSV(B)140º42.35%66.67%-
XYZ22.9232.7523.53-
YUV143116.1595.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.13%
GREEN value IS 170 (66.80% from 255) = 43.59%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=25.13%
G=43.59%
B=31.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981701220.4200.280.3314029.7552.55
Hex62AA7A2A01C218c1e35
Octal14225217252034412143665
Binary11000101010101011110101010100111001000011000110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,170,122); }

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

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

 a { background-color: rgb(98,170,122); }

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

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

 span { border-color: rgb(98,170,122); }

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