#638F7A

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

Shades of Patina #638F7A

Tints of Patina #638F7A

Color information

#638F7A (or 0x638F7A) is unknown color: approx Patina. HEX triplet: 63, 8F and 7A. RGB value is (99,143,122). Sum of RGB (Red+Green+Blue) = 99+143+122=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 143 - color contains mainly: green. Hex color #638F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638F7A is #9C7085. Grayscale: #7F7F7F. Windows color (decimal): -10252422 or 8032099. OLE color: 8032099.

HSL color Cylindrical-coordinate representation of color #638F7A: hue angle of 151.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #638F7A is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB99143122-
CMYK0.3100.150.44
HSL151.36º18.18%47.45%-
HSV(B)151.36º30.77%56.08%-
XYZ18.4823.722.01-
YUV127.45124.92107.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 143 (56.25% from 255) = 39.29%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=27.20%
G=39.29%
B=33.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991431220.3100.150.44151.3618.1847.45
Hex638F7A1F0F2C97122f
Octal14321717237017542272257
Binary110001110001111111101011111011111011001001011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638F7A; }

 p { color: rgb(99,143,122); }

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

<style>
 a { background-color: #638F7A; }

 a { background-color: rgb(99,143,122); }

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

<style>
 span { border-color: #638F7A; }

 span { border-color: rgb(99,143,122); }

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