#628B71

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

Shades of Oxley #628B71

Tints of Oxley #628B71

Color information

#628B71 (or 0x628B71) is unknown color: approx Oxley. HEX triplet: 62, 8B and 71. RGB value is (98,139,113). Sum of RGB (Red+Green+Blue) = 98+139+113=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 139 - color contains mainly: green. Hex color #628B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628B71 is #9D748E. Grayscale: #7B7B7B. Windows color (decimal): -10318991 or 7441250. OLE color: 7441250.

HSL color Cylindrical-coordinate representation of color #628B71: hue angle of 141.95º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #628B71 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB98139113-
CMYK0.2900.190.45
HSL141.95º17.3%46.47%-
HSV(B)141.95º29.5%54.51%-
XYZ17.2522.2519.01-
YUV123.78121.92109.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28%
GREEN value IS 139 (54.69% from 255) = 39.71%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=28%
G=39.71%
B=32.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981391130.2900.190.45141.9517.346.47
Hex628B711D0132D8e112e
Octal14221316135023552162156
Binary1100010100010111110001111010100111011011000111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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