#629985

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

Shades of Patina #629985

Tints of Patina #629985

Color information

#629985 (or 0x629985) is unknown color: approx Patina. HEX triplet: 62, 99 and 85. RGB value is (98,153,133). Sum of RGB (Red+Green+Blue) = 98+153+133=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #629985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629985 is #9D667A. Grayscale: #868686. Windows color (decimal): -10315387 or 8755554. OLE color: 8755554.

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

Color convert

RGB98153133-
CMYK0.3600.130.4
HSL158.18º21.91%49.22%-
HSV(B)158.18º35.95%60%-
XYZ20.6627.0726.33-
YUV134.28127.28102.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.52%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 133 (52.34% from 255) = 34.64%
R=25.52%
G=39.84%
B=34.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal981531330.3600.130.4158.1821.9149.22
Hex629985240D289e1631
Octal14223120544015502362661
Binary11000101001100110000101100100011011010001001111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629985; }

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

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

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

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

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

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

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

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