Html Css Color HEX #64997D Patina

📋 copy color: '#64997D'

red 100 ◦ green 153 ◦ blue 125

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

Shades of Patina #64997D

Tints of Patina #64997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.48%

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

R = 26.46%
G = 40.48%
B = 33.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#64997D (or 0x64997D) is known color: Patina. HEX triplet: 64, 99 and 7D. RGB value is (100,153,125). Sum of RGB (Red+Green+Blue) = 100+153+125=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #64997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64997D is #9B6682. Grayscale: #868686. Windows color (decimal): -10184323 or 8231268. OLE color: 8231268.

HSL color Cylindrical-coordinate representation of color #64997D: hue angle of 148.3º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64997D is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 125 -
CMYK 0.35 0 0.18 0.4
HSL 148.3º 0.21% 0.5% -
HSV(B) 148.3º 0.35% 0.6% -
XYZ 20.35 26.97 23.54 -
YUV 133.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 100 153 125 0.35 0 0.18 0.4 148.3 0.21 0.5
Hex 64 99 7D 23 0 12 28 94 15 32
Octal 144 231 175 43 0 22 50 224 25 62
Binary 1100100 10011001 1111101 100011 0 10010 101000 10010100 10101 110010

Color Harmonies of #64997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64997D

Black with #64997D

Text Example


Text Example

White with #64997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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