#629988

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

Shades of Patina #629988

Tints of Patina #629988

Color information

#629988 (or 0x629988) is unknown color: approx Patina. HEX triplet: 62, 99 and 88. RGB value is (98,153,136). Sum of RGB (Red+Green+Blue) = 98+153+136=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #629988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629988 is #9D6677. Grayscale: #868686. Windows color (decimal): -10315384 or 8952162. OLE color: 8952162.

HSL color Cylindrical-coordinate representation of color #629988: hue angle of 161.45º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629988 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB98153136-
CMYK0.3600.110.4
HSL161.45º21.91%49.22%-
HSV(B)161.45º35.95%60%-
XYZ20.8727.1627.43-
YUV134.62128.78101.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.32%
GREEN value IS 153 (60.16% from 255) = 39.53%
BLUE value IS 136 (53.52% from 255) = 35.14%
R=25.32%
G=39.53%
B=35.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal981531360.3600.110.4161.4521.9149.22
Hex629988240B28a11631
Octal14223121044013502412661
Binary11000101001100110001000100100010111010001010000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629988; }

 p { color: rgb(98,153,136); }

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

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

 a { background-color: rgb(98,153,136); }

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

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

 span { border-color: rgb(98,153,136); }

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