#628D6F

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

Shades of Oxley #628D6F

Tints of Oxley #628D6F

Color information

#628D6F (or 0x628D6F) is unknown color: approx Oxley. HEX triplet: 62, 8D and 6F. RGB value is (98,141,111). Sum of RGB (Red+Green+Blue) = 98+141+111=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 141 - color contains mainly: green. Hex color #628D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628D6F is #9D7290. Grayscale: #7C7C7C. Windows color (decimal): -10318481 or 7310690. OLE color: 7310690.

HSL color Cylindrical-coordinate representation of color #628D6F: hue angle of 138.14º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #628D6F is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB98141111-
CMYK0.3000.210.45
HSL138.14º17.99%46.86%-
HSV(B)138.14º30.5%55.29%-
XYZ17.4322.7918.52-
YUV124.72120.25108.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28%
GREEN value IS 141 (55.47% from 255) = 40.29%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=28%
G=40.29%
B=31.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981411110.3000.210.45138.1417.9946.86
Hex628D6F1E0152D8a122f
Octal14221515736025552122257
Binary1100010100011011101111111100101011011011000101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,141,111); }

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

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

 a { background-color: rgb(98,141,111); }

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

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

 span { border-color: rgb(98,141,111); }

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