#629E91

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

Shades of Patina #629E91

Tints of Patina #629E91

Color information

#629E91 (or 0x629E91) is unknown color: approx Patina. HEX triplet: 62, 9E and 91. RGB value is (98,158,145). Sum of RGB (Red+Green+Blue) = 98+158+145=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 158 - color contains mainly: green. Hex color #629E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629E91 is #9D616E. Grayscale: #8A8A8A. Windows color (decimal): -10314095 or 9543266. OLE color: 9543266.

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

Color convert

RGB98158145-
CMYK0.3800.080.38
HSL167º23.62%50.2%-
HSV(B)167º37.97%61.96%-
XYZ22.3729.0931.22-
YUV138.58131.6299.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.44%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 145 (57.03% from 255) = 36.16%
R=24.44%
G=39.40%
B=36.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981581450.3800.080.3816723.6250.2
Hex629E91260826a71832
Octal14223622146010462473062
Binary11000101001111010010001100110010001001101010011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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