#629B84

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

Shades of Patina #629B84

Tints of Patina #629B84

Color information

#629B84 (or 0x629B84) is unknown color: approx Patina. HEX triplet: 62, 9B and 84. RGB value is (98,155,132). Sum of RGB (Red+Green+Blue) = 98+155+132=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 155 - color contains mainly: green. Hex color #629B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629B84 is #9D647B. Grayscale: #878787. Windows color (decimal): -10314876 or 8690530. OLE color: 8690530.

HSL color Cylindrical-coordinate representation of color #629B84: hue angle of 155.79º 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 #629B84 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB98155132-
CMYK0.3700.150.39
HSL155.79º22.53%49.61%-
HSV(B)155.79º36.77%60.78%-
XYZ20.9227.7126.07-
YUV135.34126.12101.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.45%
GREEN value IS 155 (60.94% from 255) = 40.26%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=25.45%
G=40.26%
B=34.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981551320.3700.150.39155.7922.5349.61
Hex629B84250F279c1732
Octal14223320445017472342762
Binary11000101001101110000100100101011111001111001110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,155,132); }

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

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

 a { background-color: rgb(98,155,132); }

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

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

 span { border-color: rgb(98,155,132); }

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