Html Css Color HEX #648780 Patina

📋 copy color: '#648780'

red 100 ◦ green 135 ◦ blue 128

#648780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #648780

Tints of Patina #648780

RGB

 RED value IS 100 (39.45% from 255) = 27.55%

 GREEN value IS 135 (53.13% from 255) = 37.19%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 27.55%
G = 37.19%
B = 35.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#648780 (or 0x648780) is known color: Patina. HEX triplet: 64, 87 and 80. RGB value is (100,135,128). Sum of RGB (Red+Green+Blue) = 100+135+128=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #648780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648780 is #9B787F. Grayscale: #7B7B7B. Windows color (decimal): -10188928 or 8423268. OLE color: 8423268.

HSL color Cylindrical-coordinate representation of color #648780: hue angle of 168º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648780 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 135 128 -
CMYK 0.26 0 0.05 0.47
HSL 168º 0.15% 0.46% -
HSV(B) 168º 0.26% 0.53% -
XYZ 17.82 21.6 23.65 -
YUV 123.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 100 135 128 0.26 0 0.05 0.47 168 0.15 0.46
Hex 64 87 80 1A 0 5 2F A8 F 2E
Octal 144 207 200 32 0 5 57 250 17 56
Binary 1100100 10000111 10000000 11010 0 101 101111 10101000 1111 101110

Color Harmonies of #648780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648780

Black with #648780

Text Example


Text Example

White with #648780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648780; }

 p { color: rgb(100,135,128); }

 H1.HeaderClassName
 {
   color: #648780;
 }
 .AnyTagClassName
 {
   color: #648780;
 }
</style>

background-color css

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

 a { background-color: rgb(100,135,128); }

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

border-color css

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

 span { border-color: rgb(100,135,128); }

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