#62967F

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

Shades of Patina #62967F

Tints of Patina #62967F

Color information

#62967F (or 0x62967F) is unknown color: approx Patina. HEX triplet: 62, 96 and 7F. RGB value is (98,150,127). Sum of RGB (Red+Green+Blue) = 98+150+127=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #62967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62967F is #9D6980. Grayscale: #838383. Windows color (decimal): -10316161 or 8361570. OLE color: 8361570.

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

Color convert

RGB98150127-
CMYK0.3500.150.41
HSL153.46º20.97%48.63%-
HSV(B)153.46º34.67%58.82%-
XYZ19.7725.9424.04-
YUV131.83125.27103.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 127 (50% from 255) = 33.87%
R=26.13%
G=40%
B=33.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981501270.3500.150.41153.4620.9748.63
Hex62967F230F29991531
Octal14222617743017512312561
Binary1100010100101101111111100011011111010011001100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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