#629C8D

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

Shades of Patina #629C8D

Tints of Patina #629C8D

Color information

#629C8D (or 0x629C8D) is unknown color: approx Patina. HEX triplet: 62, 9C and 8D. RGB value is (98,156,141). Sum of RGB (Red+Green+Blue) = 98+156+141=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 156 - color contains mainly: green. Hex color #629C8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629C8D is #9D6372. Grayscale: #888888. Windows color (decimal): -10314611 or 9280610. OLE color: 9280610.

HSL color Cylindrical-coordinate representation of color #629C8D: hue angle of 164.48º 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 #629C8D is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB98156141-
CMYK0.3700.100.39
HSL164.48º22.83%49.8%-
HSV(B)164.48º37.18%61.18%-
XYZ21.7328.329.52-
YUV136.95130.28100.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=24.81%
G=39.49%
B=35.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981561410.3700.100.39164.4822.8349.8
Hex629C8D250A27a41732
Octal14223421545012472442762
Binary11000101001110010001101100101010101001111010010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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