Html Css Color HEX #64937E Patina

📋 copy color: '#64937E'

red 100 ◦ green 147 ◦ blue 126

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

Shades of Patina #64937E

Tints of Patina #64937E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.78%

R = 26.81%
G = 39.41%
B = 33.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#64937E (or 0x64937E) is known color: Patina. HEX triplet: 64, 93 and 7E. RGB value is (100,147,126). Sum of RGB (Red+Green+Blue) = 100+147+126=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #64937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64937E is #9B6C81. Grayscale: #828282. Windows color (decimal): -10185858 or 8295268. OLE color: 8295268.

HSL color Cylindrical-coordinate representation of color #64937E: hue angle of 153.19º 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 #64937E is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 147 126 -
CMYK 0.32 0 0.14 0.42
HSL 153.19º 0.19% 0.48% -
HSV(B) 153.19º 0.32% 0.58% -
XYZ 19.46 25.08 23.55 -
YUV 130.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 100 147 126 0.32 0 0.14 0.42 153.19 0.19 0.48
Hex 64 93 7E 20 0 E 2A 99 13 30
Octal 144 223 176 40 0 16 52 231 23 60
Binary 1100100 10010011 1111110 100000 0 1110 101010 10011001 10011 110000

Color Harmonies of #64937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64937E

Black with #64937E

Text Example


Text Example

White with #64937E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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