#629F93

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

Shades of Patina #629F93

Tints of Patina #629F93

Color information

#629F93 (or 0x629F93) is unknown color: approx Patina. HEX triplet: 62, 9F and 93. RGB value is (98,159,147). Sum of RGB (Red+Green+Blue) = 98+159+147=404 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.26% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #629F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629F93 is #9D606C. Grayscale: #8B8B8B. Windows color (decimal): -10313837 or 9674594. OLE color: 9674594.

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

Color convert

RGB98159147-
CMYK0.3800.080.38
HSL168.2º24.11%50.39%-
HSV(B)168.2º38.36%62.35%-
XYZ22.729.532.1-
YUV139.39132.2998.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.26%
GREEN value IS 159 (62.5% from 255) = 39.36%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=24.26%
G=39.36%
B=36.39%

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
Decimal981591470.3800.080.38168.224.1150.39
Hex629F93260826a81832
Octal14223722346010462503062
Binary11000101001111110010011100110010001001101010100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,159,147); }

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

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

 a { background-color: rgb(98,159,147); }

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

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

 span { border-color: rgb(98,159,147); }

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