#628E71

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

Shades of Oxley #628E71

Tints of Oxley #628E71

Color information

#628E71 (or 0x628E71) is unknown color: approx Oxley. HEX triplet: 62, 8E and 71. RGB value is (98,142,113). Sum of RGB (Red+Green+Blue) = 98+142+113=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 142 - color contains mainly: green. Hex color #628E71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628E71 is #9D718E. Grayscale: #7D7D7D. Windows color (decimal): -10318223 or 7442018. OLE color: 7442018.

HSL color Cylindrical-coordinate representation of color #628E71: hue angle of 140.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #628E71 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB98142113-
CMYK0.3100.200.44
HSL140.45º18.33%47.06%-
HSV(B)140.45º30.99%55.69%-
XYZ17.6923.1319.16-
YUV125.54120.92108.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.76%
GREEN value IS 142 (55.86% from 255) = 40.23%
BLUE value IS 113 (44.53% from 255) = 32.01%
R=27.76%
G=40.23%
B=32.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981421130.3100.200.44140.4518.3347.06
Hex628E711F0142C8c122f
Octal14221616137024542142257
Binary1100010100011101110001111110101001011001000110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628E71; }

 p { color: rgb(98,142,113); }

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

<style>
 a { background-color: #628E71; }

 a { background-color: rgb(98,142,113); }

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

<style>
 span { border-color: #628E71; }

 span { border-color: rgb(98,142,113); }

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