#639E7F

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

Shades of Patina #639E7F

Tints of Patina #639E7F

Color information

#639E7F (or 0x639E7F) is unknown color: approx Patina. HEX triplet: 63, 9E and 7F. RGB value is (99,158,127). Sum of RGB (Red+Green+Blue) = 99+158+127=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 158 - color contains mainly: green. Hex color #639E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E7F is #9C6180. Grayscale: #888888. Windows color (decimal): -10248577 or 8363619. OLE color: 8363619.

HSL color Cylindrical-coordinate representation of color #639E7F: hue angle of 148.47º 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 #639E7F is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB99158127-
CMYK0.3700.200.38
HSL148.47º23.32%50.39%-
HSV(B)148.47º37.34%61.96%-
XYZ21.228.6424.49-
YUV136.82122.45101.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.78%
GREEN value IS 158 (62.11% from 255) = 41.15%
BLUE value IS 127 (50% from 255) = 33.07%
R=25.78%
G=41.15%
B=33.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991581270.3700.200.38148.4723.3250.39
Hex639E7F2501426941732
Octal14323617745024462242762
Binary11000111001111011111111001010101001001101001010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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