Html Css Color HEX #64977C Patina

📋 copy color: '#64977C'

red 100 ◦ green 151 ◦ blue 124

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

Shades of Patina #64977C

Tints of Patina #64977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.27%

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

R = 26.67%
G = 40.27%
B = 33.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#64977C (or 0x64977C) is known color: Patina. HEX triplet: 64, 97 and 7C. RGB value is (100,151,124). Sum of RGB (Red+Green+Blue) = 100+151+124=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 151 - color contains mainly: green. Hex color #64977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64977C is #9B6883. Grayscale: #848484. Windows color (decimal): -10184836 or 8165220. OLE color: 8165220.

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

Color convert

RGB 100 151 124 -
CMYK 0.34 0 0.18 0.41
HSL 148.24º 0.2% 0.49% -
HSV(B) 148.24º 0.34% 0.59% -
XYZ 19.96 26.3 23.09 -
YUV 132.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 100 151 124 0.34 0 0.18 0.41 148.24 0.2 0.49
Hex 64 97 7C 22 0 12 29 94 14 31
Octal 144 227 174 42 0 22 51 224 24 61
Binary 1100100 10010111 1111100 100010 0 10010 101001 10010100 10100 110001

Color Harmonies of #64977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64977C

Black with #64977C

Text Example


Text Example

White with #64977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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