Html Css Color HEX #649B7E Patina

📋 copy color: '#649B7E'

red 100 ◦ green 155 ◦ blue 126

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

Shades of Patina #649B7E

Tints of Patina #649B7E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.68%

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

R = 26.25%
G = 40.68%
B = 33.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#649B7E (or 0x649B7E) is known color: Patina. HEX triplet: 64, 9B and 7E. RGB value is (100,155,126). Sum of RGB (Red+Green+Blue) = 100+155+126=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #649B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649B7E is #9B6481. Grayscale: #878787. Windows color (decimal): -10183810 or 8297316. OLE color: 8297316.

HSL color Cylindrical-coordinate representation of color #649B7E: hue angle of 148.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649B7E is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 155 126 -
CMYK 0.35 0 0.19 0.39
HSL 148.36º 0.22% 0.5% -
HSV(B) 148.36º 0.35% 0.61% -
XYZ 20.74 27.66 23.98 -
YUV 135.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 100 155 126 0.35 0 0.19 0.39 148.36 0.22 0.5
Hex 64 9B 7E 23 0 13 27 94 16 32
Octal 144 233 176 43 0 23 47 224 26 62
Binary 1100100 10011011 1111110 100011 0 10011 100111 10010100 10110 110010

Color Harmonies of #649B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649B7E

Black with #649B7E

Text Example


Text Example

White with #649B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649B7E; }

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

 H1.HeaderClassName
 {
   color: #649B7E;
 }
 .AnyTagClassName
 {
   color: #649B7E;
 }
</style>

background-color css

<style>
 a { background-color: #649B7E; }

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

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

border-color css

<style>
 span { border-color: #649B7E; }

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

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