#62997E

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

Shades of Patina #62997E

Tints of Patina #62997E

Color information

#62997E (or 0x62997E) is unknown color: approx Patina. HEX triplet: 62, 99 and 7E. RGB value is (98,153,126). Sum of RGB (Red+Green+Blue) = 98+153+126=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #62997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62997E is #9D6681. Grayscale: #858585. Windows color (decimal): -10315394 or 8296802. OLE color: 8296802.

HSL color Cylindrical-coordinate representation of color #62997E: hue angle of 150.55º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62997E is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB98153126-
CMYK0.3600.180.4
HSL150.55º21.91%49.22%-
HSV(B)150.55º35.95%60%-
XYZ20.1926.8923.86-
YUV133.48123.78102.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.99%
GREEN value IS 153 (60.16% from 255) = 40.58%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=25.99%
G=40.58%
B=33.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal981531260.3600.180.4150.5521.9149.22
Hex62997E2401228971631
Octal14223117644022502272661
Binary11000101001100111111101001000100101010001001011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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