#639078

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

Shades of Patina #639078

Tints of Patina #639078

Color information

#639078 (or 0x639078) is unknown color: approx Patina. HEX triplet: 63, 90 and 78. RGB value is (99,144,120). Sum of RGB (Red+Green+Blue) = 99+144+120=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #639078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639078 is #9C6F87. Grayscale: #7F7F7F. Windows color (decimal): -10252168 or 7901283. OLE color: 7901283.

HSL color Cylindrical-coordinate representation of color #639078: hue angle of 148º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #639078 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB99144120-
CMYK0.3100.170.44
HSL148º18.52%47.65%-
HSV(B)148º31.25%56.47%-
XYZ18.5123.9621.42-
YUV127.81123.59107.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.27%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 120 (47.27% from 255) = 33.06%
R=27.27%
G=39.67%
B=33.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991441200.3100.170.4414818.5247.65
Hex6390781F0112C941330
Octal14322017037021542242360
Binary1100011100100001111000111110100011011001001010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639078; }

 p { color: rgb(99,144,120); }

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

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

 a { background-color: rgb(99,144,120); }

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

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

 span { border-color: rgb(99,144,120); }

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