Html Css Color HEX #64967C Patina

📋 copy color: '#64967C'

red 100 ◦ green 150 ◦ blue 124

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

Shades of Patina #64967C

Tints of Patina #64967C

RGB

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

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

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

R = 26.74%
G = 40.11%
B = 33.16%

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

#64967C (or 0x64967C) is known color: Patina. HEX triplet: 64, 96 and 7C. RGB value is (100,150,124). Sum of RGB (Red+Green+Blue) = 100+150+124=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 150 - color contains mainly: green. Hex color #64967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64967C is #9B6983. Grayscale: #848484. Windows color (decimal): -10185092 or 8164964. OLE color: 8164964.

HSL color Cylindrical-coordinate representation of color #64967C: hue angle of 148.8º 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 #64967C is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 150 124 -
CMYK 0.33 0 0.17 0.41
HSL 148.8º 0.2% 0.49% -
HSV(B) 148.8º 0.33% 0.59% -
XYZ 19.8 25.98 23.04 -
YUV 132.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 100 150 124 0.33 0 0.17 0.41 148.8 0.2 0.49
Hex 64 96 7C 21 0 11 29 95 14 31
Octal 144 226 174 41 0 21 51 225 24 61
Binary 1100100 10010110 1111100 100001 0 10001 101001 10010101 10100 110001

Color Harmonies of #64967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64967C

Black with #64967C

Text Example


Text Example

White with #64967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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