#629E89

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

Shades of Patina #629E89

Tints of Patina #629E89

Color information

#629E89 (or 0x629E89) is unknown color: approx Patina. HEX triplet: 62, 9E and 89. RGB value is (98,158,137). Sum of RGB (Red+Green+Blue) = 98+158+137=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 158 - color contains mainly: green. Hex color #629E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629E89 is #9D6176. Grayscale: #898989. Windows color (decimal): -10314103 or 9018978. OLE color: 9018978.

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

Color convert

RGB98158137-
CMYK0.3800.130.38
HSL159º23.62%50.2%-
HSV(B)159º37.97%61.96%-
XYZ21.7828.8628.09-
YUV137.67127.6299.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.94%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 137 (53.91% from 255) = 34.86%
R=24.94%
G=40.20%
B=34.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981581370.3800.130.3815923.6250.2
Hex629E89260D269f1832
Octal14223621146015462373062
Binary11000101001111010001001100110011011001101001111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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