#62897B

Color #62897B Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #62897B

Tints of Patina #62897B

Color information

#62897B (or 0x62897B) is unknown color: approx Patina. HEX triplet: 62, 89 and 7B. RGB value is (98,137,123). Sum of RGB (Red+Green+Blue) = 98+137+123=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 137 - color contains mainly: green. Hex color #62897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62897B is #9D7684. Grayscale: #7B7B7B. Windows color (decimal): -10319493 or 8096098. OLE color: 8096098.

HSL color Cylindrical-coordinate representation of color #62897B: hue angle of 158.46º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #62897B is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB98137123-
CMYK0.2800.100.46
HSL158.46º16.6%46.08%-
HSV(B)158.46º28.47%53.73%-
XYZ17.5621.9222.04-
YUV123.74127.58109.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.37%
GREEN value IS 137 (53.91% from 255) = 38.27%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=27.37%
G=38.27%
B=34.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981371230.2800.100.46158.4616.646.08
Hex62897B1C0A2E9e112e
Octal14221117334012562362156
Binary110001010001001111101111100010101011101001111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62897B; }

 p { color: rgb(98,137,123); }

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

<style>
 a { background-color: #62897B; }

 a { background-color: rgb(98,137,123); }

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

<style>
 span { border-color: #62897B; }

 span { border-color: rgb(98,137,123); }

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