#62978D

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

Shades of Patina #62978D

Tints of Patina #62978D

Color information

#62978D (or 0x62978D) is unknown color: approx Patina. HEX triplet: 62, 97 and 8D. RGB value is (98,151,141). Sum of RGB (Red+Green+Blue) = 98+151+141=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 151 - color contains mainly: green. Hex color #62978D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62978D is #9D6872. Grayscale: #858585. Windows color (decimal): -10315891 or 9279330. OLE color: 9279330.

HSL color Cylindrical-coordinate representation of color #62978D: hue angle of 168.68º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62978D is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB98151141-
CMYK0.3500.070.41
HSL168.68º21.29%48.82%-
HSV(B)168.68º35.1%59.22%-
XYZ20.9126.6529.24-
YUV134.01131.94102.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.13%
GREEN value IS 151 (59.38% from 255) = 38.72%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=25.13%
G=38.72%
B=36.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981511410.3500.070.41168.6821.2948.82
Hex62978D230729a91531
Octal1422272154307512512561
Binary1100010100101111000110110001101111010011010100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62978D; }

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

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

<style>
 a { background-color: #62978D; }

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

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

<style>
 span { border-color: #62978D; }

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

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