#62977B

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

Shades of Patina #62977B

Tints of Patina #62977B

Color information

#62977B (or 0x62977B) is unknown color: approx Patina. HEX triplet: 62, 97 and 7B. RGB value is (98,151,123). Sum of RGB (Red+Green+Blue) = 98+151+123=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 151 - color contains mainly: green. Hex color #62977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62977B is #9D6884. Grayscale: #848484. Windows color (decimal): -10315909 or 8099682. OLE color: 8099682.

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

Color convert

RGB98151123-
CMYK0.3500.190.41
HSL148.3º21.29%48.82%-
HSV(B)148.3º35.1%59.22%-
XYZ19.6826.1622.75-
YUV131.96122.94103.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.34%
GREEN value IS 151 (59.38% from 255) = 40.59%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=26.34%
G=40.59%
B=33.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981511230.3500.190.41148.321.2948.82
Hex62977B2301329941531
Octal14222717343023512242561
Binary11000101001011111110111000110100111010011001010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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