#629C8B

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

Shades of Patina #629C8B

Tints of Patina #629C8B

Color information

#629C8B (or 0x629C8B) is unknown color: approx Patina. HEX triplet: 62, 9C and 8B. RGB value is (98,156,139). Sum of RGB (Red+Green+Blue) = 98+156+139=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 156 - color contains mainly: green. Hex color #629C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629C8B is #9D6374. Grayscale: #888888. Windows color (decimal): -10314613 or 9149538. OLE color: 9149538.

HSL color Cylindrical-coordinate representation of color #629C8B: hue angle of 162.41º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #629C8B is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB98156139-
CMYK0.3700.110.39
HSL162.41º22.83%49.8%-
HSV(B)162.41º37.18%61.18%-
XYZ21.5928.2428.74-
YUV136.72129.28100.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.94%
GREEN value IS 156 (61.33% from 255) = 39.69%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=24.94%
G=39.69%
B=35.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981561390.3700.110.39162.4122.8349.8
Hex629C8B250B27a21732
Octal14223421345013472422762
Binary11000101001110010001011100101010111001111010001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,156,139); }

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

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

 a { background-color: rgb(98,156,139); }

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

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

 span { border-color: rgb(98,156,139); }

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