#62AA76

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

Shades of Oxley #62AA76

Tints of Oxley #62AA76

Color information

#62AA76 (or 0x62AA76) is unknown color: approx Oxley. HEX triplet: 62, AA and 76. RGB value is (98,170,118). Sum of RGB (Red+Green+Blue) = 98+170+118=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AA76 is #9D5589. Grayscale: #8E8E8E. Windows color (decimal): -10311050 or 7776866. OLE color: 7776866.

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

Color convert

RGB98170118-
CMYK0.4200.310.33
HSL136.67º29.75%52.55%-
HSV(B)136.67º42.35%66.67%-
XYZ22.6832.6522.25-
YUV142.54114.1596.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.39%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=25.39%
G=44.04%
B=30.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981701180.4200.310.33136.6729.7552.55
Hex62AA762A01F21891e35
Octal14225216652037412113665
Binary11000101010101011101101010100111111000011000100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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