Html Css Color HEX #64997E Patina

📋 copy color: '#64997E'

red 100 ◦ green 153 ◦ blue 126

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

Shades of Patina #64997E

Tints of Patina #64997E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 26.39%
G = 40.37%
B = 33.25%

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

#64997E (or 0x64997E) is known color: Patina. HEX triplet: 64, 99 and 7E. RGB value is (100,153,126). Sum of RGB (Red+Green+Blue) = 100+153+126=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #64997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64997E is #9B6681. Grayscale: #868686. Windows color (decimal): -10184322 or 8296804. OLE color: 8296804.

HSL color Cylindrical-coordinate representation of color #64997E: hue angle of 149.43º 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 #64997E is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 126 -
CMYK 0.35 0 0.18 0.4
HSL 149.43º 0.21% 0.5% -
HSV(B) 149.43º 0.35% 0.6% -
XYZ 20.41 27 23.87 -
YUV 134.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 100 153 126 0.35 0 0.18 0.4 149.43 0.21 0.5
Hex 64 99 7E 23 0 12 28 95 15 32
Octal 144 231 176 43 0 22 50 225 25 62
Binary 1100100 10011001 1111110 100011 0 10010 101000 10010101 10101 110010

Color Harmonies of #64997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64997E

Black with #64997E

Text Example


Text Example

White with #64997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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