#62A97B

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

Shades of Oxley #62A97B

Tints of Oxley #62A97B

Color information

#62A97B (or 0x62A97B) is unknown color: approx Oxley. HEX triplet: 62, A9 and 7B. RGB value is (98,169,123). Sum of RGB (Red+Green+Blue) = 98+169+123=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 169 - color contains mainly: green. Hex color #62A97B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A97B is #9D5684. Grayscale: #8E8E8E. Windows color (decimal): -10311301 or 8104290. OLE color: 8104290.

HSL color Cylindrical-coordinate representation of color #62A97B: hue angle of 141.13º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62A97B is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB98169123-
CMYK0.4200.270.34
HSL141.13º29.22%52.35%-
HSV(B)141.13º42.01%66.27%-
XYZ22.832.423.79-
YUV142.53116.9896.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.13%
GREEN value IS 169 (66.41% from 255) = 43.33%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=25.13%
G=43.33%
B=31.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal981691230.4200.270.34141.1329.2252.35
Hex62A97B2A01B228d1d34
Octal14225117352033422153564
Binary11000101010100111110111010100110111000101000110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,169,123); }

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

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

 a { background-color: rgb(98,169,123); }

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

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

 span { border-color: rgb(98,169,123); }

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