#62A27D

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

Shades of Oxley #62A27D

Tints of Oxley #62A27D

Color information

#62A27D (or 0x62A27D) is unknown color: approx Oxley. HEX triplet: 62, A2 and 7D. RGB value is (98,162,125). Sum of RGB (Red+Green+Blue) = 98+162+125=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #62A27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A27D is #9D5D82. Grayscale: #8A8A8A. Windows color (decimal): -10313091 or 8233570. OLE color: 8233570.

HSL color Cylindrical-coordinate representation of color #62A27D: hue angle of 145.31º 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 #62A27D is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB98162125-
CMYK0.4000.230.36
HSL145.31º25.6%50.98%-
HSV(B)145.31º39.51%63.53%-
XYZ21.6629.9224.04-
YUV138.65120.399.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.45%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 125 (49.22% from 255) = 32.47%
R=25.45%
G=42.08%
B=32.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981621250.4000.230.36145.3125.650.98
Hex62A27D2801724911a33
Octal14224217550027442213263
Binary11000101010001011111011010000101111001001001000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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