#62977E

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

Shades of Patina #62977E

Tints of Patina #62977E

Color information

#62977E (or 0x62977E) is unknown color: approx Patina. HEX triplet: 62, 97 and 7E. RGB value is (98,151,126). Sum of RGB (Red+Green+Blue) = 98+151+126=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 151 - color contains mainly: green. Hex color #62977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62977E is #9D6881. Grayscale: #848484. Windows color (decimal): -10315906 or 8296290. OLE color: 8296290.

HSL color Cylindrical-coordinate representation of color #62977E: hue angle of 151.7º 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 #62977E is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB98151126-
CMYK0.3500.170.41
HSL151.7º21.29%48.82%-
HSV(B)151.7º35.1%59.22%-
XYZ19.8726.2423.76-
YUV132.3124.44103.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 151 (59.38% from 255) = 40.27%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=26.13%
G=40.27%
B=33.6%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981511260.3500.170.41151.721.2948.82
Hex62977E2301129981531
Octal14222717643021512302561
Binary11000101001011111111101000110100011010011001100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62977E; }

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

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

<style>
 a { background-color: #62977E; }

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

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

<style>
 span { border-color: #62977E; }

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

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