#62917F

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

Shades of Patina #62917F

Tints of Patina #62917F

Color information

#62917F (or 0x62917F) is unknown color: approx Patina. HEX triplet: 62, 91 and 7F. RGB value is (98,145,127). Sum of RGB (Red+Green+Blue) = 98+145+127=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 145 - color contains mainly: green. Hex color #62917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62917F is #9D6E80. Grayscale: #808080. Windows color (decimal): -10317441 or 8360290. OLE color: 8360290.

HSL color Cylindrical-coordinate representation of color #62917F: hue angle of 157.02º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62917F is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB98145127-
CMYK0.3200.120.43
HSL157.02º19.34%47.65%-
HSV(B)157.02º32.41%56.86%-
XYZ18.9924.3823.78-
YUV128.9126.93105.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.49%
GREEN value IS 145 (57.03% from 255) = 39.19%
BLUE value IS 127 (50% from 255) = 34.32%
R=26.49%
G=39.19%
B=34.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981451270.3200.120.43157.0219.3447.65
Hex62917F200C2B9d1330
Octal14222117740014532352360
Binary1100010100100011111111100000011001010111001110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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