#628F72

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

Shades of Oxley #628F72

Tints of Oxley #628F72

Color information

#628F72 (or 0x628F72) is unknown color: approx Oxley. HEX triplet: 62, 8F and 72. RGB value is (98,143,114). Sum of RGB (Red+Green+Blue) = 98+143+114=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 143 - color contains mainly: green. Hex color #628F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628F72 is #9D708D. Grayscale: #7E7E7E. Windows color (decimal): -10317966 or 7507810. OLE color: 7507810.

HSL color Cylindrical-coordinate representation of color #628F72: hue angle of 141.33º degrees, saturation: 0.19, 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 #628F72 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB98143114-
CMYK0.3100.200.44
HSL141.33º18.67%47.25%-
HSV(B)141.33º31.47%56.08%-
XYZ17.923.4619.5-
YUV126.24121.09107.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 143 (56.25% from 255) = 40.28%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=27.61%
G=40.28%
B=32.11%

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
Decimal981431140.3100.200.44141.3318.6747.25
Hex628F721F0142C8d132f
Octal14221716237024542152357
Binary1100010100011111110010111110101001011001000110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,143,114); }

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

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

 a { background-color: rgb(98,143,114); }

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

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

 span { border-color: rgb(98,143,114); }

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