Html Css Color HEX #64937D Patina

📋 copy color: '#64937D'

red 100 ◦ green 147 ◦ blue 125

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

Shades of Patina #64937D

Tints of Patina #64937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.6%

R = 26.88%
G = 39.52%
B = 33.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#64937D (or 0x64937D) is known color: Patina. HEX triplet: 64, 93 and 7D. RGB value is (100,147,125). Sum of RGB (Red+Green+Blue) = 100+147+125=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #64937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64937D is #9B6C82. Grayscale: #828282. Windows color (decimal): -10185859 or 8229732. OLE color: 8229732.

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

Color convert

RGB 100 147 125 -
CMYK 0.32 0 0.15 0.42
HSL 151.91º 0.19% 0.48% -
HSV(B) 151.91º 0.32% 0.58% -
XYZ 19.39 25.06 23.22 -
YUV 130.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 100 147 125 0.32 0 0.15 0.42 151.91 0.19 0.48
Hex 64 93 7D 20 0 F 2A 98 13 30
Octal 144 223 175 40 0 17 52 230 23 60
Binary 1100100 10010011 1111101 100000 0 1111 101010 10011000 10011 110000

Color Harmonies of #64937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64937D

Black with #64937D

Text Example


Text Example

White with #64937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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