#639F7F

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

Shades of Patina #639F7F

Tints of Patina #639F7F

Color information

#639F7F (or 0x639F7F) is unknown color: approx Patina. HEX triplet: 63, 9F and 7F. RGB value is (99,159,127). Sum of RGB (Red+Green+Blue) = 99+159+127=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #639F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639F7F is #9C6080. Grayscale: #898989. Windows color (decimal): -10248321 or 8363875. OLE color: 8363875.

HSL color Cylindrical-coordinate representation of color #639F7F: hue angle of 148º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #639F7F is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB99159127-
CMYK0.3800.200.38
HSL148º23.81%50.59%-
HSV(B)148º37.74%62.35%-
XYZ21.3728.9824.55-
YUV137.41122.12100.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.71%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 127 (50% from 255) = 32.99%
R=25.71%
G=41.30%
B=32.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991591270.3800.200.3814823.8150.59
Hex639F7F2601426941833
Octal14323717746024462243063
Binary11000111001111111111111001100101001001101001010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,159,127); }

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

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

 a { background-color: rgb(99,159,127); }

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

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

 span { border-color: rgb(99,159,127); }

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