#629E8D

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

Shades of Patina #629E8D

Tints of Patina #629E8D

Color information

#629E8D (or 0x629E8D) is unknown color: approx Patina. HEX triplet: 62, 9E and 8D. RGB value is (98,158,141). Sum of RGB (Red+Green+Blue) = 98+158+141=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #629E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629E8D is #9D6172. Grayscale: #8A8A8A. Windows color (decimal): -10314099 or 9281122. OLE color: 9281122.

HSL color Cylindrical-coordinate representation of color #629E8D: hue angle of 163º 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 #629E8D is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB98158141-
CMYK0.3800.110.38
HSL163º23.62%50.2%-
HSV(B)163º37.97%61.96%-
XYZ22.0728.9729.63-
YUV138.12129.6299.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.69%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=24.69%
G=39.80%
B=35.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981581410.3800.110.3816323.6250.2
Hex629E8D260B26a31832
Octal14223621546013462433062
Binary11000101001111010001101100110010111001101010001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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