#62947F

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

Shades of Patina #62947F

Tints of Patina #62947F

Color information

#62947F (or 0x62947F) is unknown color: approx Patina. HEX triplet: 62, 94 and 7F. RGB value is (98,148,127). Sum of RGB (Red+Green+Blue) = 98+148+127=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #62947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62947F is #9D6B80. Grayscale: #828282. Windows color (decimal): -10316673 or 8361058. OLE color: 8361058.

HSL color Cylindrical-coordinate representation of color #62947F: hue angle of 154.8º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62947F is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB98148127-
CMYK0.3400.140.42
HSL154.8º20.33%48.24%-
HSV(B)154.8º33.78%58.04%-
XYZ19.4625.3123.94-
YUV130.66125.94104.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 127 (50% from 255) = 34.05%
R=26.27%
G=39.68%
B=34.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981481270.3400.140.42154.820.3348.24
Hex62947F220E2A9b1430
Octal14222417742016522332460
Binary1100010100101001111111100010011101010101001101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62947F; }

 p { color: rgb(98,148,127); }

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

<style>
 a { background-color: #62947F; }

 a { background-color: rgb(98,148,127); }

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

<style>
 span { border-color: #62947F; }

 span { border-color: rgb(98,148,127); }

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