Html Css Color HEX #64957B Patina

📋 copy color: '#64957B'

red 100 ◦ green 149 ◦ blue 123

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

Shades of Patina #64957B

Tints of Patina #64957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 26.88%
G = 40.05%
B = 33.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#64957B (or 0x64957B) is known color: Patina. HEX triplet: 64, 95 and 7B. RGB value is (100,149,123). Sum of RGB (Red+Green+Blue) = 100+149+123=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #64957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64957B is #9B6A84. Grayscale: #838383. Windows color (decimal): -10185349 or 8099172. OLE color: 8099172.

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

Color convert

RGB 100 149 123 -
CMYK 0.33 0 0.17 0.42
HSL 148.16º 0.2% 0.49% -
HSV(B) 148.16º 0.33% 0.58% -
XYZ 19.58 25.63 22.65 -
YUV 131.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 100 149 123 0.33 0 0.17 0.42 148.16 0.2 0.49
Hex 64 95 7B 21 0 11 2A 94 14 31
Octal 144 225 173 41 0 21 52 224 24 61
Binary 1100100 10010101 1111011 100001 0 10001 101010 10010100 10100 110001

Color Harmonies of #64957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64957B

Black with #64957B

Text Example


Text Example

White with #64957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64957B; }

 p { color: rgb(100,149,123); }

 H1.HeaderClassName
 {
   color: #64957B;
 }
 .AnyTagClassName
 {
   color: #64957B;
 }
</style>

background-color css

<style>
 a { background-color: #64957B; }

 a { background-color: rgb(100,149,123); }

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

border-color css

<style>
 span { border-color: #64957B; }

 span { border-color: rgb(100,149,123); }

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