#638E7B

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

Shades of Patina #638E7B

Tints of Patina #638E7B

Color information

#638E7B (or 0x638E7B) is unknown color: approx Patina. HEX triplet: 63, 8E and 7B. RGB value is (99,142,123). Sum of RGB (Red+Green+Blue) = 99+142+123=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 142 - color contains mainly: green. Hex color #638E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638E7B is #9C7184. Grayscale: #7F7F7F. Windows color (decimal): -10252677 or 8097379. OLE color: 8097379.

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

Color convert

RGB99142123-
CMYK0.3000.130.44
HSL153.49º17.84%47.25%-
HSV(B)153.49º30.28%55.69%-
XYZ18.3923.4322.29-
YUV126.98125.75108.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 123 (48.44% from 255) = 33.79%
R=27.20%
G=39.01%
B=33.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991421230.3000.130.44153.4917.8447.25
Hex638E7B1E0D2C99122f
Octal14321617336015542312257
Binary110001110001110111101111110011011011001001100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,142,123); }

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

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

 a { background-color: rgb(99,142,123); }

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

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

 span { border-color: rgb(99,142,123); }

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