#62867F

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

Shades of Patina #62867F

Tints of Patina #62867F

Color information

#62867F (or 0x62867F) is unknown color: approx Patina. HEX triplet: 62, 86 and 7F. RGB value is (98,134,127). Sum of RGB (Red+Green+Blue) = 98+134+127=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 134 - color contains mainly: green. Hex color #62867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62867F is #9D7980. Grayscale: #7A7A7A. Windows color (decimal): -10320257 or 8357474. OLE color: 8357474.

HSL color Cylindrical-coordinate representation of color #62867F: hue angle of 168.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62867F is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB98134127-
CMYK0.2700.050.47
HSL168.33º15.52%45.49%-
HSV(B)168.33º26.87%52.55%-
XYZ17.3921.1823.25-
YUV122.44130.57110.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 127 (50% from 255) = 35.38%
R=27.30%
G=37.33%
B=35.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981341270.2700.050.47168.3315.5245.49
Hex62867F1B052Fa8102d
Octal1422061773305572502055
Binary11000101000011011111111101101011011111010100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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