#62927E

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

Shades of Patina #62927E

Tints of Patina #62927E

Color information

#62927E (or 0x62927E) is unknown color: approx Patina. HEX triplet: 62, 92 and 7E. RGB value is (98,146,126). Sum of RGB (Red+Green+Blue) = 98+146+126=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #62927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62927E is #9D6D81. Grayscale: #818181. Windows color (decimal): -10317186 or 8295010. OLE color: 8295010.

HSL color Cylindrical-coordinate representation of color #62927E: hue angle of 155º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62927E is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB98146126-
CMYK0.3300.140.43
HSL155º19.67%47.84%-
HSV(B)155º32.88%57.25%-
XYZ19.0824.6623.49-
YUV129.37126.1105.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.49%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=26.49%
G=39.46%
B=34.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981461260.3300.140.4315519.6747.84
Hex62927E210E2B9b1430
Octal14222217641016532332460
Binary1100010100100101111110100001011101010111001101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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