#62967E

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

Shades of Patina #62967E

Tints of Patina #62967E

Color information

#62967E (or 0x62967E) is unknown color: approx Patina. HEX triplet: 62, 96 and 7E. RGB value is (98,150,126). Sum of RGB (Red+Green+Blue) = 98+150+126=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 150 - color contains mainly: green. Hex color #62967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62967E is #9D6981. Grayscale: #838383. Windows color (decimal): -10316162 or 8296034. OLE color: 8296034.

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

Color convert

RGB98150126-
CMYK0.3500.160.41
HSL152.31º20.97%48.63%-
HSV(B)152.31º34.67%58.82%-
XYZ19.7125.9223.7-
YUV131.72124.77103.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.20%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=26.20%
G=40.11%
B=33.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981501260.3500.160.41152.3120.9748.63
Hex62967E2301029981531
Octal14222617643020512302561
Binary11000101001011011111101000110100001010011001100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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