#639E80

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

Shades of Patina #639E80

Tints of Patina #639E80

Color information

#639E80 (or 0x639E80) is unknown color: approx Patina. HEX triplet: 63, 9E and 80. RGB value is (99,158,128). Sum of RGB (Red+Green+Blue) = 99+158+128=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #639E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639E80 is #9C617F. Grayscale: #898989. Windows color (decimal): -10248576 or 8429155. OLE color: 8429155.

HSL color Cylindrical-coordinate representation of color #639E80: hue angle of 149.49º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639E80 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB99158128-
CMYK0.3700.190.38
HSL149.49º23.32%50.39%-
HSV(B)149.49º37.34%61.96%-
XYZ21.2728.6624.83-
YUV136.94122.95100.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.71%
GREEN value IS 158 (62.11% from 255) = 41.04%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=25.71%
G=41.04%
B=33.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991581280.3700.190.38149.4923.3250.39
Hex639E802501326951732
Octal14323620045023462252762
Binary110001110011110100000001001010100111001101001010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639E80; }

 p { color: rgb(99,158,128); }

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

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

 a { background-color: rgb(99,158,128); }

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

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

 span { border-color: rgb(99,158,128); }

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