Html Css Color HEX #64967D Patina

📋 copy color: '#64967D'

red 100 ◦ green 150 ◦ blue 125

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

Shades of Patina #64967D

Tints of Patina #64967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

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

R = 26.67%
G = 40%
B = 33.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#64967D (or 0x64967D) is known color: Patina. HEX triplet: 64, 96 and 7D. RGB value is (100,150,125). Sum of RGB (Red+Green+Blue) = 100+150+125=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #64967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64967D is #9B6982. Grayscale: #848484. Windows color (decimal): -10185091 or 8230500. OLE color: 8230500.

HSL color Cylindrical-coordinate representation of color #64967D: hue angle of 150º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64967D is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 150 125 -
CMYK 0.33 0 0.17 0.41
HSL 150º 0.2% 0.49% -
HSV(B) 150º 0.33% 0.59% -
XYZ 19.86 26 23.37 -
YUV 132.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 100 150 125 0.33 0 0.17 0.41 150 0.2 0.49
Hex 64 96 7D 21 0 11 29 96 14 31
Octal 144 226 175 41 0 21 51 226 24 61
Binary 1100100 10010110 1111101 100001 0 10001 101001 10010110 10100 110001

Color Harmonies of #64967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64967D

Black with #64967D

Text Example


Text Example

White with #64967D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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