#629E82

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

Shades of Patina #629E82

Tints of Patina #629E82

Color information

#629E82 (or 0x629E82) is unknown color: approx Patina. HEX triplet: 62, 9E and 82. RGB value is (98,158,130). Sum of RGB (Red+Green+Blue) = 98+158+130=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 158 - color contains mainly: green. Hex color #629E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629E82 is #9D617D. Grayscale: #888888. Windows color (decimal): -10314110 or 8560226. OLE color: 8560226.

HSL color Cylindrical-coordinate representation of color #629E82: hue angle of 152º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629E82 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB98158130-
CMYK0.3800.180.38
HSL152º23.62%50.2%-
HSV(B)152º37.97%61.96%-
XYZ21.2928.6625.53-
YUV136.87124.12100.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.39%
GREEN value IS 158 (62.11% from 255) = 40.93%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=25.39%
G=40.93%
B=33.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981581300.3800.180.3815223.6250.2
Hex629E822601226981832
Octal14223620246022462303062
Binary110001010011110100000101001100100101001101001100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629E82; }

 p { color: rgb(98,158,130); }

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

<style>
 a { background-color: #629E82; }

 a { background-color: rgb(98,158,130); }

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

<style>
 span { border-color: #629E82; }

 span { border-color: rgb(98,158,130); }

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