#629C8A

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

Shades of Patina #629C8A

Tints of Patina #629C8A

Color information

#629C8A (or 0x629C8A) is unknown color: approx Patina. HEX triplet: 62, 9C and 8A. RGB value is (98,156,138). Sum of RGB (Red+Green+Blue) = 98+156+138=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 156 - color contains mainly: green. Hex color #629C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629C8A is #9D6375. Grayscale: #888888. Windows color (decimal): -10314614 or 9084002. OLE color: 9084002.

HSL color Cylindrical-coordinate representation of color #629C8A: hue angle of 161.38º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #629C8A is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB98156138-
CMYK0.3700.120.39
HSL161.38º22.83%49.8%-
HSV(B)161.38º37.18%61.18%-
XYZ21.5128.2128.36-
YUV136.61128.78100.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=25%
G=39.80%
B=35.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981561380.3700.120.39161.3822.8349.8
Hex629C8A250C27a11732
Octal14223421245014472412762
Binary11000101001110010001010100101011001001111010000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,156,138); }

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

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

 a { background-color: rgb(98,156,138); }

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

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

 span { border-color: rgb(98,156,138); }

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