#639B7E

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

Shades of Patina #639B7E

Tints of Patina #639B7E

Color information

#639B7E (or 0x639B7E) is unknown color: approx Patina. HEX triplet: 63, 9B and 7E. RGB value is (99,155,126). Sum of RGB (Red+Green+Blue) = 99+155+126=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #639B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B7E is #9C6481. Grayscale: #878787. Windows color (decimal): -10249346 or 8297315. OLE color: 8297315.

HSL color Cylindrical-coordinate representation of color #639B7E: hue angle of 148.93º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B7E is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB99155126-
CMYK0.3600.190.39
HSL148.93º22.05%49.8%-
HSV(B)148.93º36.13%60.78%-
XYZ20.6327.623.98-
YUV134.95122.95102.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.05%
GREEN value IS 155 (60.94% from 255) = 40.79%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=26.05%
G=40.79%
B=33.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991551260.3600.190.39148.9322.0549.8
Hex639B7E2401327951632
Octal14323317644023472252662
Binary11000111001101111111101001000100111001111001010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,155,126); }

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

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

 a { background-color: rgb(99,155,126); }

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

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

 span { border-color: rgb(99,155,126); }

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