#62A26F

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

Shades of Oxley #62A26F

Tints of Oxley #62A26F

Color information

#62A26F (or 0x62A26F) is unknown color: approx Oxley. HEX triplet: 62, A2 and 6F. RGB value is (98,162,111). Sum of RGB (Red+Green+Blue) = 98+162+111=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #62A26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A26F is #9D5D90. Grayscale: #898989. Windows color (decimal): -10313105 or 7316066. OLE color: 7316066.

HSL color Cylindrical-coordinate representation of color #62A26F: hue angle of 132.19º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62A26F is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB98162111-
CMYK0.4000.310.36
HSL132.19º25.6%50.98%-
HSV(B)132.19º39.51%63.53%-
XYZ20.8329.5919.65-
YUV137.05113.3100.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=26.42%
G=43.67%
B=29.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981621110.4000.310.36132.1925.650.98
Hex62A26F2801F24841a33
Octal14224215750037442043263
Binary11000101010001011011111010000111111001001000010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,162,111); }

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

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

 a { background-color: rgb(98,162,111); }

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

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

 span { border-color: rgb(98,162,111); }

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