Html Css Color HEX #64937C Patina

📋 copy color: '#64937C'

red 100 ◦ green 147 ◦ blue 124

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

Shades of Patina #64937C

Tints of Patina #64937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 26.95%
G = 39.62%
B = 33.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#64937C (or 0x64937C) is known color: Patina. HEX triplet: 64, 93 and 7C. RGB value is (100,147,124). Sum of RGB (Red+Green+Blue) = 100+147+124=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #64937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64937C is #9B6C83. Grayscale: #828282. Windows color (decimal): -10185860 or 8164196. OLE color: 8164196.

HSL color Cylindrical-coordinate representation of color #64937C: hue angle of 150.64º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64937C is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 147 124 -
CMYK 0.32 0 0.16 0.42
HSL 150.64º 0.19% 0.48% -
HSV(B) 150.64º 0.32% 0.58% -
XYZ 19.33 25.03 22.88 -
YUV 130.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 100 147 124 0.32 0 0.16 0.42 150.64 0.19 0.48
Hex 64 93 7C 20 0 10 2A 97 13 30
Octal 144 223 174 40 0 20 52 227 23 60
Binary 1100100 10010011 1111100 100000 0 10000 101010 10010111 10011 110000

Color Harmonies of #64937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64937C

Black with #64937C

Text Example


Text Example

White with #64937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64937C; }

 p { color: rgb(100,147,124); }

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

background-color css

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

 a { background-color: rgb(100,147,124); }

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

border-color css

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

 span { border-color: rgb(100,147,124); }

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