Html Css Color HEX #649D7F Patina

📋 copy color: '#649D7F'

red 100 ◦ green 157 ◦ blue 127

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

Shades of Patina #649D7F

Tints of Patina #649D7F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.89%

 BLUE value IS 127 (50% from 255) = 33.07%

R = 26.04%
G = 40.89%
B = 33.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#649D7F (or 0x649D7F) is known color: Patina. HEX triplet: 64, 9D and 7F. RGB value is (100,157,127). Sum of RGB (Red+Green+Blue) = 100+157+127=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 157 - color contains mainly: green. Hex color #649D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D7F is #9B6280. Grayscale: #888888. Windows color (decimal): -10183297 or 8363364. OLE color: 8363364.

HSL color Cylindrical-coordinate representation of color #649D7F: hue angle of 148.42º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649D7F is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 157 127 -
CMYK 0.36 0 0.19 0.38
HSL 148.42º 0.23% 0.5% -
HSV(B) 148.42º 0.36% 0.62% -
XYZ 21.14 28.36 24.44 -
YUV 136.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 100 157 127 0.36 0 0.19 0.38 148.42 0.23 0.5
Hex 64 9D 7F 24 0 13 26 94 17 32
Octal 144 235 177 44 0 23 46 224 27 62
Binary 1100100 10011101 1111111 100100 0 10011 100110 10010100 10111 110010

Color Harmonies of #649D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649D7F

Black with #649D7F

Text Example


Text Example

White with #649D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,157,127); }

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

background-color css

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

 a { background-color: rgb(100,157,127); }

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

border-color css

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

 span { border-color: rgb(100,157,127); }

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